Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
### New Version v1.0.2

1. Add support to ESP32-AT-command shield.
  • Loading branch information
khoih-prog authored Jul 2, 2020
1 parent 2da8903 commit babd655
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### New Version v1.0.1

1. Add support to ***nRF52 (AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.)**. Credentials to be saved ***automatically in LittleFS***.
2. Improve support to ***STM32F**. Credentials to be saved ***automatically in EEPROM***.
1. Add support to ***nRF52 (AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.)***. Credentials to be saved ***automatically in LittleFS***.
2. Improve support to ***STM32F***. Credentials to be saved ***automatically in EEPROM***.
3. Drop support to Teensy boards.

This library is based on, modified, bug-fixed and improved from:
Expand Down Expand Up @@ -896,8 +896,8 @@ Sometimes, the library will only work if you update the `ESP8266/ESP32-AT shield

### New Version v1.0.1

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.)**. Credentials to be saved ***automatically in LittleFS***.
2. Improve support to ***STM32F**. Credentials to be saved ***automatically in EEPROM***.
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.)***. Credentials to be saved ***automatically in LittleFS***.
2. Improve support to ***STM32F***. Credentials to be saved ***automatically in EEPROM***.
3. Drop support to Teensy boards.

#### New in v1.0.0
Expand Down

0 comments on commit babd655

Please sign in to comment.