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

Commit 6735e43

Browse files
authored
v1.3.1 to update PIO
### Release v1.3.1 1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix 2. Update `Packages' Patches`
1 parent 27e60a0 commit 6735e43

18 files changed

+195
-207
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1414

1515
Please ensure to specify the following:
1616

17-
* Arduino IDE version (e.g. 1.8.15) or Platform.io version
18-
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, STM32 core v2.0.0, etc.)
17+
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
18+
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, STM32 core v2.1.0, etc.)
1919
* Contextual information (e.g. what you were trying to achieve)
2020
* Simplest possible steps to reproduce
2121
* Anything that might be relevant in your opinion, such as:
@@ -26,10 +26,10 @@ Please ensure to specify the following:
2626
### Example
2727

2828
```
29-
Arduino IDE version: 1.8.15
30-
Arduino STM32 Core v2.0.0
29+
Arduino IDE version: 1.8.16
30+
Arduino STM32 Core v2.1.0
3131
OS: Ubuntu 20.04 LTS
32-
Linux xy-Inspiron-3593 5.4.0-73-generic #82-Ubuntu SMP Wed Apr 14 17:39:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
32+
Linux xy-Inspiron-3593 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
3333
3434
Context:
3535
I encountered an endless loop while trying to connect to Local WiFi.

README.md

Lines changed: 93 additions & 137 deletions
Large diffs are not rendered by default.

changelog.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# ESP_AT_WiFiManager
2+
3+
[![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_AT_WiFiManager.svg?)](https://www.ardu-badge.com/ESP_AT_WiFiManager)
4+
[![GitHub release](https://img.shields.io/github/release/khoih-prog/ESP_AT_WiFiManager.svg)](https://github.com/khoih-prog/ESP_AT_WiFiManager/releases)
5+
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/ESP_AT_WiFiManager/blob/master/LICENSE)
6+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
7+
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/ESP_AT_WiFiManager.svg)](http://github.com/khoih-prog/ESP_AT_WiFiManager/issues)
8+
9+
---
10+
---
11+
12+
## Table of Contents
13+
14+
* [Changelog](#changelog)
15+
* [Release v1.3.1](#release-v131)
16+
* [Major Release v1.3.0](#major-release-v130)
17+
* [Major Release v1.2.0](#major-release-v120)
18+
* [Major Release v1.1.0](#major-release-v110)
19+
* [Release v1.0.3](#release-v103)
20+
* [Release v1.0.2](#release-v102)
21+
* [Release v1.0.1](#release-v101)
22+
23+
---
24+
---
25+
26+
## Changelog
27+
28+
### Release v1.3.1
29+
30+
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
31+
2. Update `Packages' Patches`
32+
33+
### Major Release v1.3.0
34+
35+
1. Add support to RP2040-based boards, such as **Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed).
36+
37+
### Major Release v1.2.0
38+
39+
1. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
40+
2. Update examples with new features
41+
42+
### Major Release v1.1.0
43+
44+
1. Use new efficient [**FlashStorage_STM32** library](https://github.com/khoih-prog/FlashStorage_STM32).
45+
2. Add support to new **STM32 core v2.0.0** and STM32L5
46+
3. Permit auto-connect without waiting for Config Portal if stored data is valid and WiFi test connection is OK.
47+
4. Update examples with new features
48+
49+
### Release v1.0.3
50+
51+
1. Add support to all **STM32F/L/H/G/WB/MP1 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)**
52+
2. Add support to **Seeeduino SAMD21/SAMD51 boards (SEEED_WIO_TERMINAL, SEEED_FEMTO_M0, SEEED_XIAO_M0, Wio_Lite_MG126, WIO_GPS_BOARD, SEEEDUINO_ZERO, SEEEDUINO_LORAWAN, SEEED_GROVE_UI_WIRELESS, etc.)**
53+
3. Add sample Packages_Patches for **STM32F/L/H/G/WB/MP1** (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
54+
4. Add Packages_Patches for other boards.
55+
5. Add instructions to use EspSerial/Serial1 on some **STM32F/L/H/G/WB/MP1** boards without Serial1 definition (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)
56+
6. Add Packages' Patches for Arduino SAMD21 to fix compiler error issue for **Nano-33-IoT, ZERO, MKR, etc.**
57+
58+
### Release v1.0.2
59+
60+
1. Add support to **ESP32-AT-command shield**.
61+
62+
### Release v1.0.1
63+
64+
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**.
65+
2. Improve support to **STM32F/L/H/G/WB/MP1**. Credentials to be saved **automatically in EEPROM**.
66+
3. Drop support to **Teensy** boards.
67+
68+

examples/AutoConnect/AutoConnect.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
1111
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1212
Licensed under MIT license
13-
Version: 1.3.0
14-
15-
Version Modified By Date Comments
16-
------- ----------- ---------- -----------
17-
1.0.0 K Hoang 08/03/2020 Initial coding
18-
1.0.1 K Hoang 22/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, NINA_B302_ublox, etc.
19-
1.0.2 K Hoang 02/07/2020 Add support to ESP32-AT-command shields.
20-
1.0.3 K Hoang 28/07/2020 Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards. Add Packages' Patches.
21-
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
22-
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
23-
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
2413
*****************************************************************************************************************************/
2514
// Credits of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for this simple yet effective method
2615
// For some STM32, there is only definition of Serial in variant.h, and is used for Serial/USB Debugging

examples/AutoConnectWithFeedback/AutoConnectWithFeedback.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
1111
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1212
Licensed under MIT license
13-
Version: 1.3.0
14-
15-
Version Modified By Date Comments
16-
------- ----------- ---------- -----------
17-
1.0.0 K Hoang 08/03/2020 Initial coding
18-
1.0.1 K Hoang 22/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, NINA_B302_ublox, etc.
19-
1.0.2 K Hoang 02/07/2020 Add support to ESP32-AT-command shields.
20-
1.0.3 K Hoang 28/07/2020 Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards. Add Packages' Patches.
21-
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
22-
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
23-
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
2413
*****************************************************************************************************************************/
2514
// Credits of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for this simple yet effective method
2615
// For some STM32, there is only definition of Serial in variant.h, and is used for Serial/USB Debugging

examples/ConfigOnStartup/ConfigOnStartup.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
1111
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1212
Licensed under MIT license
13-
Version: 1.3.0
14-
15-
Version Modified By Date Comments
16-
------- ----------- ---------- -----------
17-
1.0.0 K Hoang 08/03/2020 Initial coding
18-
1.0.1 K Hoang 22/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, NINA_B302_ublox, etc.
19-
1.0.2 K Hoang 02/07/2020 Add support to ESP32-AT-command shields.
20-
1.0.3 K Hoang 28/07/2020 Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards. Add Packages' Patches.
21-
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
22-
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
23-
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
2413
*****************************************************************************************************************************/
2514
/****************************************************************************************************************************
2615
This example will open a configuration portal for 60 seconds when first powered up if the boards has stored WiFi Credentials.

examples/ConfigOnSwitch/ConfigOnSwitch.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
1111
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1212
Licensed under MIT license
13-
Version: 1.3.0
14-
15-
Version Modified By Date Comments
16-
------- ----------- ---------- -----------
17-
1.0.0 K Hoang 08/03/2020 Initial coding
18-
1.0.1 K Hoang 22/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, NINA_B302_ublox, etc.
19-
1.0.2 K Hoang 02/07/2020 Add support to ESP32-AT-command shields.
20-
1.0.3 K Hoang 28/07/2020 Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards. Add Packages' Patches.
21-
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
22-
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
23-
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
2413
*****************************************************************************************************************************/
2514
/****************************************************************************************************************************
2615
This example will open a configuration portal when no WiFi configuration has been previously entered or when a button is pushed.

library.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP_AT_WiFiManager",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"keywords": "wifi, wifi-manager, ESP8266-AT, ESP32-AT, AT-command, wifi-shield, nRF52, SAM DUE, SAMD21, SAMD51, STM32, rpi-pico, rp2040, nano-rp2040-connect, Credentials, LittleFS, EEPROM, FlashStorage-SAMD, FlashStorage-STM32, DueFlashStorage",
55
"description": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.",
66
"authors":
@@ -25,15 +25,15 @@
2525
"dependencies":
2626
[
2727
{
28-
"owner": "khoih.prog",
28+
"owner": "khoih-prog",
2929
"name": "FlashStorage_STM32",
3030
"version": ">=1.1.0",
3131
"platforms": ["*"]
3232
},
3333
{
34-
"owner": "khoih.prog",
34+
"owner": "khoih-prog",
3535
"name": "FlashStorage_SAMD",
36-
"version": "^1.1.0",
36+
"version": "^1.2.0",
3737
"platforms": ["*"]
3838
},
3939
{
@@ -43,9 +43,9 @@
4343
"platforms": ["*"]
4444
},
4545
{
46-
"owner": "khoih.prog",
46+
"owner": "khoih-prog",
4747
"name": "ESP8266_AT_WebServer",
48-
"version": "^1.3.0",
48+
"version": "^1.4.0",
4949
"platforms": ["*"]
5050
}
5151
],

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP_AT_WiFiManager
2-
version=1.3.0
2+
version=1.3.1
33
author=Khoi Hoang
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
55
license=MIT

platformio/platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ lib_compat_mode = strict
3838

3939
lib_deps =
4040
; PlatformIO 4.x
41-
; ESP8266_AT_WebServer@~1.3.0
41+
; ESP8266_AT_WebServer@~1.4.0
4242
; FlashStorage_STM32@~1.1.0
43-
; FlashStorage_SAMD@~1.1.0
43+
; FlashStorage_SAMD@~1.2.0
4444
; DueFlashStorage@~1.0.0
4545
; PlatformIO 5.x
46-
khoih.prog/ESP8266_AT_WebServer@~1.3.0
47-
khoih.prog/FlashStorage_STM32@~1.1.0
48-
khoih.prog/FlashStorage_SAMD@~1.1.0
46+
khoih-prog/ESP8266_AT_WebServer@~1.4.0
47+
khoih-prog/FlashStorage_STM32@~1.1.0
48+
khoih-prog/FlashStorage_SAMD@~1.2.0
4949
sebnil/DueFlashStorage@~1.0.0
5050

5151
build_flags =

src/ESP_AT_WiFiManager-impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1717
Licensed under MIT license
18-
Version: 1.3.0
18+
Version: 1.3.1
1919
2020
Version Modified By Date Comments
2121
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
2727
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
2828
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
29+
1.3.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
*********************************************************************************************************************************/
3031

3132
#ifndef ESP_AT_WiFiManager_impl_h

src/ESP_AT_WiFiManager-impl_DUE.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1717
Licensed under MIT license
18-
Version: 1.3.0
18+
Version: 1.3.1
1919
2020
Version Modified By Date Comments
2121
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
2727
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
2828
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
29+
1.3.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
*********************************************************************************************************************************/
3031

3132
#ifndef ESP_AT_WiFiManager_impl_DUE_h

src/ESP_AT_WiFiManager-impl_Mbed_RPi_Pico.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1717
Licensed under MIT license
18-
Version: 1.3.0
18+
Version: 1.3.1
1919
2020
Version Modified By Date Comments
2121
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
2727
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
2828
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
29+
1.3.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
*********************************************************************************************************************************/
3031

3132
#ifndef ESP_AT_WiFiManager_impl_Mbed_RPi_Pico_h

src/ESP_AT_WiFiManager-impl_RPi_Pico.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1717
Licensed under MIT license
18-
Version: 1.3.0
18+
Version: 1.3.1
1919
2020
Version Modified By Date Comments
2121
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
2727
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
2828
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
29+
1.3.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
*********************************************************************************************************************************/
3031

3132
#ifndef ESP_AT_WiFiManager_impl_RPi_Pico_h

src/ESP_AT_WiFiManager-impl_SAMD.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1717
Licensed under MIT license
18-
Version: 1.3.0
18+
Version: 1.3.1
1919
2020
Version Modified By Date Comments
2121
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
2727
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
2828
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
29+
1.3.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
*********************************************************************************************************************************/
3031

3132
#ifndef ESP_AT_WiFiManager_impl_SAMD_h

src/ESP_AT_WiFiManager-impl_STM32.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1717
Licensed under MIT license
18-
Version: 1.3.0
18+
Version: 1.3.1
1919
2020
Version Modified By Date Comments
2121
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
2727
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
2828
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
29+
1.3.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
********************************************************************************************************************************/
3031

3132
#ifndef ESP_AT_WiFiManager_impl_STM32_h

src/ESP_AT_WiFiManager-impl_nRF52.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1717
Licensed under MIT license
18-
Version: 1.3.0
18+
Version: 1.3.1
1919
2020
Version Modified By Date Comments
2121
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
2727
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
2828
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
29+
1.3.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
*********************************************************************************************************************************/
3031

3132
#ifndef ESP_AT_WiFiManager_impl_nRF52_h

src/ESP_AT_WiFiManager.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Built by Khoi Hoang https://github.com/khoih-prog/ESP_AT_WiFiManager
1717
Licensed under MIT license
18-
Version: 1.3.0
18+
Version: 1.3.1
1919
2020
Version Modified By Date Comments
2121
------- ----------- ---------- -----------
@@ -26,12 +26,13 @@
2626
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
2727
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
2828
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
29+
1.3.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
*********************************************************************************************************************************/
3031

3132
#ifndef ESP_AT_WiFiManager_h
3233
#define ESP_AT_WiFiManager_h
3334

34-
#define ESP_AT_WIFIMANAGER_VERSION "ESP_AT_WiFiManager v1.3.0"
35+
#define ESP_AT_WIFIMANAGER_VERSION "ESP_AT_WiFiManager v1.3.1"
3536

3637
#if !defined(DEBUG_WIFIMGR)
3738
#define DEBUG_WIFIMGR false

0 commit comments

Comments
 (0)