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

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
### Release v1.1.2

1. Fix MultiWiFi connection bug. Check [SAMD MultiWiFi issues when first WiFi SSID configured in CP is invalid or not available #6](khoih-prog/WiFiManager_NINA_Lite#6)
2. Bump up to version v1.1.2 to sync with [WiFiManager_NINA_Lite](https://github.com/khoih-prog/WiFiManager_NINA_Lite)
  • Loading branch information
khoih-prog committed Mar 30, 2021
1 parent c777ecf commit 7dd4605
Show file tree
Hide file tree
Showing 23 changed files with 271 additions and 150 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please ensure to specify the following:
Arduino IDE version: 1.8.13
Arduino SAM DUE Core Version 1.6.12
OS: Ubuntu 20.04 LTS
Linux xy-Inspiron-3593 5.4.0-65-generic #73-Ubuntu SMP Mon Jan 18 17:25:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Linux xy-Inspiron-3593 5.4.0-70-generic #78-Ubuntu SMP Fri Mar 19 13:29:52 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Context:
The board couldn't autoreconnect to Local Blynk Server after router power recycling.
Expand Down
42 changes: 28 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* [Currently supported Boards](#currently-supported-boards)
* [Currently supported WiFi shields/modules](#currently-supported-wifi-shieldsmodules)
* [Changelog](#changelog)
* [Release v1.1.2](#release-v112)
* [Major Release v1.1.0](#major-release-v110)
* [Release v1.0.2](#release-v102)
* [Release v1.0.1](#release-v101)
Expand Down Expand Up @@ -168,7 +169,7 @@ This [**WiFiManager_Generic_Lite** library](https://github.com/khoih-prog/WiFiMa

1. WiFiNINA using [`WiFiNINA_Generic library`](https://github.com/khoih-prog/WiFiNINA_Generic)
2. WiFi101 using [`WiFi101 library v0.16.1+`](https://github.com/arduino-libraries/WiFi101)
3. U-Blox W101, W102 using [`WiFiNINA_Generic library`](https://github.com/khoih-prog/WiFiNINA_Generic)
3. u-blox W101, W102 using [`WiFiNINA_Generic library`](https://github.com/khoih-prog/WiFiNINA_Generic)
4. ESP826-AT command using [`WiFiEspAT library v1.3.0+`](https://github.com/jandrassy/WiFiEspAT)
5. ESP8266/ESP32-AT command using [`ESP_AT_Lib library v1.0.0+`](https://github.com/khoih-prog/ESP_AT_Lib) and [`ESP8266_AT_WebServer`](ESP8266_AT_WebServer)

Expand All @@ -177,6 +178,11 @@ This [**WiFiManager_Generic_Lite** library](https://github.com/khoih-prog/WiFiMa

## Changelog

### Release v1.1.2

1. Fix MultiWiFi connection bug. Check [SAMD MultiWiFi issues when first WiFi SSID configured in CP is invalid or not available #6](https://github.com/khoih-prog/WiFiManager_NINA_Lite/issues/6)
2. Bump up to version v1.1.2 to sync with [WiFiManager_NINA_Lite](https://github.com/khoih-prog/WiFiManager_NINA_Lite)

### Major Release v1.1.0

1. Configurable **Customs HTML Headers**, including Customs Style, Customs Head Elements, CORS Header.
Expand Down Expand Up @@ -216,14 +222,15 @@ This [**WiFiManager_Generic_Lite** library](https://github.com/khoih-prog/WiFiMa
9. [`Functional-VLPP library v1.0.2+`](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)
10. [`WiFiNINA_Generic library v1.8.2+`](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)
11. [`WiFiWebServer library v1.1.1+`](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)
12. [`ESP_AT_Lib library v1.0.0+`](https://github.com/khoih-prog/ESP_AT_Lib) if using ESP8288/ESP32-AT shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_AT_Lib.svg?)](https://www.ardu-badge.com/ESP_AT_Lib).
13. [`WiFi101 library v0.16.1+`](https://github.com/arduino-libraries/WiFi101) if using WINC1500/WiFi101 shields (MKR1000, etc.). [![GitHub release](https://img.shields.io/github/release/arduino-libraries/WiFi101.svg)](https://github.com/arduino-libraries/WiFi101/releases/latest)
14. [`WiFiEspAT library v1.3.1+`](https://github.com/jandrassy/WiFiEspAT) if using ESP8288/ESP32-AT shields. [![GitHub release](https://img.shields.io/github/release/jandrassy/WiFiEspAT.svg)](https://github.com/jandrassy/WiFiEspAT/releases/latest)
15. [`FlashStorage_SAMD library v1.1.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.). [![GitHub release](https://img.shields.io/github/release/khoih-prog/FlashStorage_SAMD.svg)](https://github.com/khoih-prog/FlashStorage_SAMD/releases/latest)
16. [`FlashStorage_STM32 library v1.0.1+`](https://github.com/khoih-prog/FlashStorage_STM32) for STM32F/L/H/G/WB/MP1 boards. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/FlashStorage_STM32.svg?)](https://www.ardu-badge.com/FlashStorage_STM32)
17. [`DueFlashStorage library v1.0.0+`](https://github.com/sebnil/DueFlashStorage) for SAM DUE. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/DueFlashStorage.svg?)](https://www.ardu-badge.com/DueFlashStorage)
18. [`Adafruit's LittleFS/InternalFS`](www.adafruit.com) for nRF52
19. [`DoubleResetDetector_Generic v1.0.3+`](https://github.com/khoih-prog/DoubleResetDetector_Generic). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/DoubleResetDetector_Generic.svg?)](https://www.ardu-badge.com/DoubleResetDetector_Generic)
12. [`ESP8266_AT_WebServer library v1.1.2+`](https://github.com/khoih-prog/ESP8266_AT_WebServer) to be able to support ESP32-AT shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP8266_AT_WebServer.svg?)](https://www.ardu-badge.com/ESP8266_AT_WebServer)
13. [`ESP_AT_Lib library v1.0.0+`](https://github.com/khoih-prog/ESP_AT_Lib) if using ESP8288/ESP32-AT shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_AT_Lib.svg?)](https://www.ardu-badge.com/ESP_AT_Lib).
14. [`WiFi101 library v0.16.1+`](https://github.com/arduino-libraries/WiFi101) if using WINC1500/WiFi101 shields (MKR1000, etc.). [![GitHub release](https://img.shields.io/github/release/arduino-libraries/WiFi101.svg)](https://github.com/arduino-libraries/WiFi101/releases/latest)
15. [`WiFiEspAT library v1.3.1+`](https://github.com/jandrassy/WiFiEspAT) if using ESP8288/ESP32-AT shields. [![GitHub release](https://img.shields.io/github/release/jandrassy/WiFiEspAT.svg)](https://github.com/jandrassy/WiFiEspAT/releases/latest)
16. [`FlashStorage_SAMD library v1.1.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.). [![GitHub release](https://img.shields.io/github/release/khoih-prog/FlashStorage_SAMD.svg)](https://github.com/khoih-prog/FlashStorage_SAMD/releases/latest)
17. [`FlashStorage_STM32 library v1.0.1+`](https://github.com/khoih-prog/FlashStorage_STM32) for STM32F/L/H/G/WB/MP1 boards. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/FlashStorage_STM32.svg?)](https://www.ardu-badge.com/FlashStorage_STM32)
18. [`DueFlashStorage library v1.0.0+`](https://github.com/sebnil/DueFlashStorage) for SAM DUE. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/DueFlashStorage.svg?)](https://www.ardu-badge.com/DueFlashStorage)
19. [`Adafruit's LittleFS/InternalFS`](www.adafruit.com) for nRF52
20. [`DoubleResetDetector_Generic v1.0.3+`](https://github.com/khoih-prog/DoubleResetDetector_Generic). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/DoubleResetDetector_Generic.svg?)](https://www.ardu-badge.com/DoubleResetDetector_Generic)

---

Expand Down Expand Up @@ -1376,7 +1383,7 @@ This is the terminal output when running [**SAMD_WiFi**](examples/SAMD_WiFi) exa

```
Start SAMD_WiFi on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
WiFiManager_Generic_Lite v1.1.0
WiFiManager_Generic_Lite v1.1.2
[WG] Hostname=SAMD-Master-Controller
Flag read = 0xffffffff
No doubleResetDetected
Expand Down Expand Up @@ -1477,7 +1484,7 @@ FFFFFFFFF

```
Start SAMD_WiFi on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
WiFiManager_Generic_Lite v1.1.0
WiFiManager_Generic_Lite v1.1.2
[WG] Hostname=SAMD-Master-Controller
Flag read = 0xd0d04321
No doubleResetDetected
Expand Down Expand Up @@ -1541,7 +1548,7 @@ HHHHHHHHHH HHHHHHHHHH

```
Start SAMD_WiFi on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
WiFiManager_Generic_Lite v1.1.0
WiFiManager_Generic_Lite v1.1.2
[WG] Hostname=SAMD-Master-Controller
Flag read = 0xd0d04321
No doubleResetDetected
Expand Down Expand Up @@ -1605,7 +1612,7 @@ FF

```
Start SAMD_WiFi on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
WiFiManager_Generic_Lite v1.1.0
WiFiManager_Generic_Lite v1.1.2
[WG] Hostname=SAMD-Master-Controller
Flag read = 0xd0d04321
No doubleResetDetected
Expand Down Expand Up @@ -1661,7 +1668,7 @@ HHHHHHHHH HHHHHHHHHH

```
Start SAMD_WiFi on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
WiFiManager_Generic_Lite v1.1.0
WiFiManager_Generic_Lite v1.1.2
[WG] Hostname=SAMD-Master-Controller
Flag read = 0xd0d01234
doubleResetDetected
Expand Down Expand Up @@ -1736,6 +1743,11 @@ Sometimes, the library will only work if you update the `Generic WiFi module/shi

## Releases

### Release v1.1.2

1. Fix MultiWiFi connection bug. Check [SAMD MultiWiFi issues when first WiFi SSID configured in CP is invalid or not available #6](https://github.com/khoih-prog/WiFiManager_NINA_Lite/issues/6)
2. Bump up to version v1.1.2 to sync with [WiFiManager_NINA_Lite](https://github.com/khoih-prog/WiFiManager_NINA_Lite)

### Major Release v1.1.0

1. Configurable **Customs HTML Headers**, including Customs Style, Customs Head Elements, CORS Header.
Expand Down Expand Up @@ -1807,10 +1819,12 @@ Submit issues to: [WiFiManager_Generic_Lite issues](https://github.com/khoih-pro
Please help contribute to this project and add your name here.

1. Thanks to [Max Gerhardt in GitHub](https://github.com/maxgerhardt) and [in PIO](https://community.platformio.org/u/maxgerhardt) for the useful fix [**attachInterrupt() on wifi101 unidentified**](https://community.platformio.org/t/attachinterrupt-on-wifi101-unidentified/17543) to enable STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101, leading to new v1.0.2
2. Thanks to [Michael "bizprof"](https://github.com/bizprof) to report bug in [SAMD MultiWiFi issues when first WiFi SSID configured in CP is invalid or not available #6](https://github.com/khoih-prog/WiFiManager_NINA_Lite/issues/6) leading to v1.1.2.

<table>
<tr>
<td align="center"><a href="https://github.com/maxgerhardt"><img src="https://github.com/maxgerhardt.png" width="100px;" alt="maxgerhardt"/><br /><sub><b>Maximilian Gerhardt</b></sub></a><br /></td>
<td align="center"><a href="https://github.com/bizprof"><img src="https://github.com/bizprof.png" width="100px;" alt="bizprof"/><br /><sub><b>Michael "bizprof"</b></sub></a><br /></td>
</tr>
</table>

Expand Down
3 changes: 2 additions & 1 deletion examples/MKR1000_WiFi101/MKR1000_WiFi101.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.1.0
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -17,6 +17,7 @@
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
3 changes: 2 additions & 1 deletion examples/MKR1000_WiFi101_MQTT/MKR1000_WiFi101_MQTT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.1.0
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -17,6 +17,7 @@
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/
/****************************************************************************************************************************
You have to modify file ./libraries/Adafruit_MQTT_Library/Adafruit_MQTT.cpp as follows to avoid dtostrf error, if exists
Expand Down
5 changes: 3 additions & 2 deletions examples/SAMD_WiFi/SAMD_WiFi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.1.0
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 04/02/2021 Initial coding for generic boards using generic WiFi.
1.0.1 K Hoang 05/02/2021 Fix bug. Drop Mega support due to marginal memory.
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
3 changes: 2 additions & 1 deletion examples/SAMD_WiFi_MQTT/SAMD_WiFi_MQTT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.1.0
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -17,6 +17,7 @@
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/
/****************************************************************************************************************************
You have to modify file ./libraries/Adafruit_MQTT_Library/Adafruit_MQTT.cpp as follows to avoid dtostrf error, if exists
Expand Down
7 changes: 5 additions & 2 deletions examples/SAM_DUE_WiFi/SAM_DUE_WiFi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.0.2
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 04/02/2021 Initial coding for generic boards using generic WiFi.
1.0.1 K Hoang 05/02/2021 Fix bug. Drop Mega support due to marginal memory.
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/
#include "defines.h"
#include "Credentials.h"
Expand Down
7 changes: 5 additions & 2 deletions examples/SAM_DUE_WiFi_MQTT/SAM_DUE_WiFi_MQTT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.0.2
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 04/02/2021 Initial coding for generic boards using generic WiFi.
1.0.1 K Hoang 05/02/2021 Fix bug. Drop Mega support due to marginal memory.
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/
/****************************************************************************************************************************
You have to modify file ./libraries/Adafruit_MQTT_Library/Adafruit_MQTT.cpp as follows to avoid dtostrf error
Expand Down
7 changes: 5 additions & 2 deletions examples/STM32_WiFi/STM32_WiFi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.0.2
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 04/02/2021 Initial coding for generic boards using generic WiFi.
1.0.1 K Hoang 05/02/2021 Fix bug. Drop Mega support due to marginal memory.
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/
#include "defines.h"
#include "Credentials.h"
Expand Down
7 changes: 5 additions & 2 deletions examples/STM32_WiFi_MQTT/STM32_WiFi_MQTT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.0.2
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 04/02/2021 Initial coding for generic boards using generic WiFi.
1.0.1 K Hoang 05/02/2021 Fix bug. Drop Mega support due to marginal memory.
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/
/****************************************************************************************************************************
You have to modify file ./libraries/Adafruit_MQTT_Library/Adafruit_MQTT.cpp as follows to avoid dtostrf error
Expand Down
7 changes: 5 additions & 2 deletions examples/Teensy_WiFi/Teensy_WiFi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@

Built by Khoi Hoang https://github.com/khoih-prog/WiFiManager_Generic_Lite
Licensed under MIT license
Version: 1.0.2
Version: 1.1.2

Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 04/02/2021 Initial coding for generic boards using generic WiFi.
1.0.1 K Hoang 05/02/2021 Fix bug. Drop Mega support due to marginal memory.
1.0.2 K Hoang 06/02/2021 Add support to STM32F/L/H/G/WB/MP1 using ATWINC1500/WiFi101
1.1.0 K Hoang 21/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.1.2 K Hoang 30/03/2021 Fix MultiWiFi connection bug.
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Loading

0 comments on commit 7dd4605

Please sign in to comment.