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

Commit e44332c

Browse files
authored
v1.0.6
### New Releases v1.0.6 1. Add support Add ESP32-AT 2. Use new ESP_AT_Lib library to support ESP8266/ESP32-AT 3. Enhance MultiWiFi connection logic. 4. New logic for `USE_DEFAULT_CONFIG_DATA` to autoload Config / Dynamic Data in developing stage.
1 parent f314264 commit e44332c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,8 +1284,8 @@ Sometimes, the library will only work if you update the `ESP8266 AT shield` core
12841284

12851285
### Major Releases v1.0.5
12861286

1287-
1. Add support to ***nRF52 (AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B30_ublox, NINA_B112_ublox, etc.)**. Dynamic custom parameters to be saved ***automatically in LittleFS***.
1288-
2. Add support to ***Adafruit SAMD21/SAM51 (Itsy-Bitsy M0/M4, Metro M0/M4, Grand Central M4, Feather M0/M4 Express, etc.)**. Dynamic custom parameters to be saved ***automatically in FlashStorage***.
1287+
1. Add support to ***nRF52 (AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B30_ublox, NINA_B112_ublox, etc.)***. Dynamic custom parameters to be saved ***automatically in LittleFS***.
1288+
2. Add support to ***Adafruit SAMD21/SAM51 (Itsy-Bitsy M0/M4, Metro M0/M4, Grand Central M4, Feather M0/M4 Express, etc.)***. Dynamic custom parameters to be saved ***automatically in FlashStorage***.
12891289
3. Add ***MultiWiFi*** features for WiFi
12901290
4. Add ***DoubleResetDetector*** (DRD) feature.
12911291
5. Increase WPA2 SSID and PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
@@ -1350,7 +1350,7 @@ Sometimes, the library will only work if you update the `ESP8266 AT shield` core
13501350

13511351
### Contributions and thanks
13521352

1353-
1. Thanks to good work of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for initiating, inspriring, working with, developing, debugging and testing. Without that, support to nRF52, especially ***U-Box B302, B112 running as nRF52840 / nRF52832***, has never been started and finished.
1353+
1. Thanks to good work of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for initiating, inspriring, working with, developing, debugging and testing. Without that, support to nRF52, especially ***NINA_B302_ublox, NINA_B112_ublox running as nRF52840 / nRF52832***, has never been started and finished.
13541354

13551355
## Contributing
13561356

0 commit comments

Comments
 (0)