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

Commit

Permalink
Major Releases v1.1.0
Browse files Browse the repository at this point in the history
### Major Releases v1.1.0

1. Add support to LittleFS for ESP32 using [LittleFS_esp32](https://github.com/lorol/LITTLEFS) Library
2. Add support to MultiDetectDetector. **MultiDetectDetector** feature to force Config Portal when configurable multi-reset is detected within predetermined time.
3. Clean-up all compiler warnings possible.
4. Add Table of Contents
5. Add Version String
6. Add MRD-related examples.
  • Loading branch information
khoih-prog authored Jan 4, 2021
1 parent 6057626 commit 3b05e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ This [**BlynkGSM_Manager** library](https://github.com/khoih-prog/BlynkGSM_Manag

1. **ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.

#### Supported modems
#### Supported GSM modems

- SIMCom SIM800 series (SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868)
- SIMCom SIM900 series (SIM900A, SIM900D, SIM908, SIM968)
Expand All @@ -149,7 +149,7 @@ This [**BlynkGSM_Manager** library](https://github.com/khoih-prog/BlynkGSM_Manag
- Quectel M95
- Quectel MC60 **(alpha)**

#### Supported boards/modules
#### Supported boards-modules

- Arduino MKR GSM 1400
- GPRSbee
Expand All @@ -160,7 +160,7 @@ This [**BlynkGSM_Manager** library](https://github.com/khoih-prog/BlynkGSM_Manag
- RAK WisLTE **(alpha)**
- ... other modules, based on supported modems. Some boards require [**special configuration**](https://github.com/vshymanskyy/TinyGSM/wiki/Board-configuration).

#### To be supported boards/modules in the future
#### To be supported boards-modules in the future

More modems may be supported later:
- [ ] Quectel M10, UG95
Expand Down

0 comments on commit 3b05e42

Please sign in to comment.