You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
### New Releases v1.0.4
10
10
11
-
1. Add support to ***Arduino UNO WiFi***. Just for Blynk connection without Blynk/WiFiManager features because of UNO's lack of memory.
11
+
1. Add support to ***Arduino UNO WiFi R2***.
12
12
13
13
### Major Release v1.0.3
14
14
@@ -64,7 +64,7 @@ With version `v1.0.0` or later, you now can configure:
64
64
7.[`Arduino Core for STM32 v1.8.0 or later`](https://github.com/khoih-prog/Arduino_Core_STM32) for STM32 boards.To install go to Arduino IDE, select Boards Manager, search for ***`STM32`***
65
65
8.[`Adafruit nRF52 v0.20.1 or later`](https://www.adafruit.com) for nRF52 boards such as Adafruit NRF52840_FEATHER, NRF52832_FEATHER, NRF52840_FEATHER_SENSE, NRF52840_ITSYBITSY, NRF52840_CIRCUITPLAY, NRF52840_CLUE, NRF52840_METRO, NRF52840_PCA10056, PARTICLE_XENON, ***NINA_B302_ublox***, etc. To install go to Arduino IDE, select Boards Manager, search for ***`Adafruit nRF52`***
66
66
9.[`Functional-VLPP library`](https://github.com/khoih-prog/functional-vlpp) to use server's lambda function. To install, check [](https://www.ardu-badge.com/Functional-Vlpp)
67
-
10.[`WiFiNINA_Generic library v1.5.2 or later`](https://github.com/khoih-prog/WiFiNINA_Generic). To install. check [](https://www.ardu-badge.com/WiFiNINA_Generic)
67
+
10.[`WiFiNINA_Generic library v1.5.1-final or later`](https://github.com/khoih-prog/WiFiNINA_Generic). To install. check [](https://www.ardu-badge.com/WiFiNINA_Generic)
68
68
11.[`WiFiWebServer library v1.0.1 or later`](https://github.com/khoih-prog/WiFiWebServer). To install, check [](https://www.ardu-badge.com/WiFiWebServer)
69
69
12.[`FlashStorage_SAMD library v1.0.0`](https://github.com/khoih-prog/FlashStorage_SAMD) for SAMD21 and SAMD51 boards (ZERO, MKR, ***NANO_33_IOT***, M0, M0 Pro, ***AdaFruit Itsy-Bitsy M4***, etc.)
70
70
13.[`DueFlashStorage library`](https://github.com/sebnil/DueFlashStorage) for SAM DUE
@@ -97,6 +97,7 @@ In your code, to use WiFiManager Blynk features, replace
97
97
5.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_STM32_WM.h` for STM32 boards.
98
98
6.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_AVR_WM.h` for Mega boards using dynamic parameters.
99
99
7.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_AVR_WM_Small.h` for Mega boards not using dynamic parameters if not enough memory.
100
+
8.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_UNO_WiFi_WM_Small.h` for UNO WiFi R2 boards not using dynamic parameters if not enough memory.
100
101
101
102
to use Blynk only, with hardcoded Credentials, replace
102
103
1.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_SAMD.h` for SAMD boards.
@@ -105,7 +106,7 @@ to use Blynk only, with hardcoded Credentials, replace
105
106
4.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_DUE.h` for SAM DUE boards.
106
107
5.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_STM32.h` for STM32 boards.
107
108
6.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_AVR.h` for Mega boards.
108
-
7.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_UNO_WiFi.h` for UNO WiFi boards.
109
+
7.`BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_UNO_WiFi.h` for UNO WiFi R2 boards.
0 commit comments