Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 6e75606

Browse files
authored
v1.0.4
### New Releases v1.0.4 1. Add support to ***Arduino UNO WiFi R2***.
1 parent 718bf2b commit 6e75606

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### New Releases v1.0.4
1010

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***.
1212

1313
### Major Release v1.0.3
1414

@@ -64,7 +64,7 @@ With version `v1.0.0` or later, you now can configure:
6464
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`***
6565
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`***
6666
9. [`Functional-VLPP library`](https://github.com/khoih-prog/functional-vlpp) to use server's lambda function. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/Functional-Vlpp.svg?)](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 [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiNINA_Generic.svg?)](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 [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiNINA_Generic.svg?)](https://www.ardu-badge.com/WiFiNINA_Generic)
6868
11. [`WiFiWebServer library v1.0.1 or later`](https://github.com/khoih-prog/WiFiWebServer). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiWebServer.svg?)](https://www.ardu-badge.com/WiFiWebServer)
6969
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.)
7070
13. [`DueFlashStorage library`](https://github.com/sebnil/DueFlashStorage) for SAM DUE
@@ -97,6 +97,7 @@ In your code, to use WiFiManager Blynk features, replace
9797
5. `BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_STM32_WM.h` for STM32 boards.
9898
6. `BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_AVR_WM.h` for Mega boards using dynamic parameters.
9999
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.
100101

101102
to use Blynk only, with hardcoded Credentials, replace
102103
1. `BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_SAMD.h` for SAMD boards.
@@ -105,7 +106,7 @@ to use Blynk only, with hardcoded Credentials, replace
105106
4. `BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_DUE.h` for SAM DUE boards.
106107
5. `BlynkSimpleWiFiNINA.h` with `BlynkSimpleWiFiNINA_STM32.h` for STM32 boards.
107108
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.
109110

110111
to use EEPROM to save your configuration data.
111112

@@ -1086,7 +1087,7 @@ uint16_t NUM_MENU_ITEMS = 0;
10861087

10871088
### New Releases v1.0.4
10881089

1089-
1. Add support to ***Arduino UNO WiFi***. Just for Blynk connection without Blynk/WiFiManager features because of lack of memory.
1090+
1. Add support to ***Arduino UNO WiFi***.
10901091

10911092
#### Major Release v1.0.3
10921093

0 commit comments

Comments
 (0)