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

Commit 04f78e4

Browse files
authored
v1.3.1 to update PIO
### Releases 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 2e7a5bf commit 04f78e4

30 files changed

+176
-243
lines changed

CONTRIBUTING.md

+5-5
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.13) 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.13
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

+111-64
Large diffs are not rendered by default.

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Table of Contents
1313

1414
* [Changelog](#changelog)
15+
* [Releases v1.3.1](#releases-v131)
1516
* [Major Releases v1.3.0](#major-releases-v130)
1617
* [Releases v1.2.0](#releases-v120)
1718
* [Releases v1.1.1](#releases-v111)
@@ -29,6 +30,11 @@
2930

3031
## Changelog
3132

33+
### Releases v1.3.1
34+
35+
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
36+
2. Update `Packages' Patches`
37+
3238
### Major Releases v1.3.0
3339

3440
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** v1.4.0+](https://github.com/earlephilhower/arduino-pico) to use with or without Blynk/WiFiManager features.

examples/Mega_ESP8266Shield/Mega_ESP8266Shield.ino

-17
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
1010
Licensed under MIT license
11-
Version: 1.3.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.0 K Hoang 16/02/2020 Initial coding
16-
1.0.1 K Hoang 17/02/2020 Add checksum, fix bug
17-
1.0.2 K Hoang 22/02/2020 Add support to SAMD boards
18-
1.0.3 K Hoang 03/03/2020 Add support to STM32 boards, except STM32F0
19-
1.0.4 K Hoang 13/03/2020 Add SAM DUE support. Enhance GUI.
20-
1.0.5 K Hoang 23/06/2020 Add Adafruit SAMD21/SAMD51 and nRF52 support, DRD, MultiWiFi features.
21-
WPA2 SSID PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
22-
1.0.6 K Hoang 27/06/2020 Add ESP32-AT support and use ESP_AT_Lib. Enhance MultiWiFi connection logic.
23-
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
24-
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
25-
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
26-
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
27-
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
2811
*****************************************************************************************************************************/
2912
/****************************************************************************************************************************
3013
Important notes:

examples/RP2040_ESP8266Shield/RP2040_ESP8266Shield.ino

-17
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
1010
Licensed under MIT license
11-
Version: 1.3.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.0 K Hoang 16/02/2020 Initial coding
16-
1.0.1 K Hoang 17/02/2020 Add checksum, fix bug
17-
1.0.2 K Hoang 22/02/2020 Add support to SAMD boards
18-
1.0.3 K Hoang 03/03/2020 Add support to STM32 boards, except STM32F0
19-
1.0.4 K Hoang 13/03/2020 Add SAM DUE support. Enhance GUI.
20-
1.0.5 K Hoang 23/06/2020 Add Adafruit SAMD21/SAMD51 and nRF52 support, DRD, MultiWiFi features.
21-
WPA2 SSID PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
22-
1.0.6 K Hoang 27/06/2020 Add ESP32-AT support and use ESP_AT_Lib. Enhance MultiWiFi connection logic.
23-
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
24-
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
25-
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
26-
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
27-
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
2811
*****************************************************************************************************************************/
2912
/****************************************************************************************************************************
3013
Important notes:

examples/SAMD_ESP8266Shield/SAMD_ESP8266Shield.ino

-17
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
1010
Licensed under MIT license
11-
Version: 1.3.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.0 K Hoang 16/02/2020 Initial coding
16-
1.0.1 K Hoang 17/02/2020 Add checksum, fix bug
17-
1.0.2 K Hoang 22/02/2020 Add support to SAMD boards
18-
1.0.3 K Hoang 03/03/2020 Add support to STM32 boards, except STM32F0
19-
1.0.4 K Hoang 13/03/2020 Add SAM DUE support. Enhance GUI.
20-
1.0.5 K Hoang 23/06/2020 Add Adafruit SAMD21/SAMD51 and nRF52 support, DRD, MultiWiFi features.
21-
WPA2 SSID PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
22-
1.0.6 K Hoang 27/06/2020 Add ESP32-AT support and use ESP_AT_Lib. Enhance MultiWiFi connection logic.
23-
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
24-
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
25-
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
26-
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
27-
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
2811
*****************************************************************************************************************************/
2912
/****************************************************************************************************************************
3013
Important notes:

examples/SAM_DUE_ESP8266Shield/SAM_DUE_ESP8266Shield.ino

-17
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
1010
Licensed under MIT license
11-
Version: 1.3.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.0 K Hoang 16/02/2020 Initial coding
16-
1.0.1 K Hoang 17/02/2020 Add checksum, fix bug
17-
1.0.2 K Hoang 22/02/2020 Add support to SAMD boards
18-
1.0.3 K Hoang 03/03/2020 Add support to STM32 boards, except STM32F0
19-
1.0.4 K Hoang 13/03/2020 Add SAM DUE support. Enhance GUI.
20-
1.0.5 K Hoang 23/06/2020 Add Adafruit SAMD21/SAMD51 and nRF52 support, DRD, MultiWiFi features.
21-
WPA2 SSID PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
22-
1.0.6 K Hoang 27/06/2020 Add ESP32-AT support and use ESP_AT_Lib. Enhance MultiWiFi connection logic.
23-
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
24-
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
25-
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
26-
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
27-
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
2811
*****************************************************************************************************************************/
2912
/****************************************************************************************************************************
3013
Important notes:

examples/STM32_ESP8266Shield/STM32_ESP8266Shield.ino

-17
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
1010
Licensed under MIT license
11-
Version: 1.3.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.0 K Hoang 16/02/2020 Initial coding
16-
1.0.1 K Hoang 17/02/2020 Add checksum, fix bug
17-
1.0.2 K Hoang 22/02/2020 Add support to SAMD boards
18-
1.0.3 K Hoang 03/03/2020 Add support to STM32 boards, except STM32F0
19-
1.0.4 K Hoang 13/03/2020 Add SAM DUE support. Enhance GUI.
20-
1.0.5 K Hoang 23/06/2020 Add Adafruit SAMD21/SAMD51 and nRF52 support, DRD, MultiWiFi features.
21-
WPA2 SSID PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
22-
1.0.6 K Hoang 27/06/2020 Add ESP32-AT support and use ESP_AT_Lib. Enhance MultiWiFi connection logic.
23-
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
24-
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
25-
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
26-
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
27-
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
2811
*****************************************************************************************************************************/
2912
/****************************************************************************************************************************
3013
Important notes:

examples/Teensy40_ESP8266Shield/Teensy40_ESP8266Shield.ino

-17
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
1010
Licensed under MIT license
11-
Version: 1.3.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.0 K Hoang 16/02/2020 Initial coding
16-
1.0.1 K Hoang 17/02/2020 Add checksum, fix bug
17-
1.0.2 K Hoang 22/02/2020 Add support to SAMD boards
18-
1.0.3 K Hoang 03/03/2020 Add support to STM32 boards, except STM32F0
19-
1.0.4 K Hoang 13/03/2020 Add SAM DUE support. Enhance GUI.
20-
1.0.5 K Hoang 23/06/2020 Add Adafruit SAMD21/SAMD51 and nRF52 support, DRD, MultiWiFi features.
21-
WPA2 SSID PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
22-
1.0.6 K Hoang 27/06/2020 Add ESP32-AT support and use ESP_AT_Lib. Enhance MultiWiFi connection logic.
23-
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
24-
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
25-
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
26-
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
27-
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
2811
*****************************************************************************************************************************/
2912

3013
#include "defines.h"

examples/Teensy40_ESP8266Shield_Single/Teensy40_ESP8266Shield_Single.ino

-17
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
1010
Licensed under MIT license
11-
Version: 1.3.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.0 K Hoang 16/02/2020 Initial coding
16-
1.0.1 K Hoang 17/02/2020 Add checksum, fix bug
17-
1.0.2 K Hoang 22/02/2020 Add support to SAMD boards
18-
1.0.3 K Hoang 03/03/2020 Add support to STM32 boards, except STM32F0
19-
1.0.4 K Hoang 13/03/2020 Add SAM DUE support. Enhance GUI.
20-
1.0.5 K Hoang 23/06/2020 Add Adafruit SAMD21/SAMD51 and nRF52 support, DRD, MultiWiFi features.
21-
WPA2 SSID PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
22-
1.0.6 K Hoang 27/06/2020 Add ESP32-AT support and use ESP_AT_Lib. Enhance MultiWiFi connection logic.
23-
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
24-
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
25-
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
26-
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
27-
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
2811
*****************************************************************************************************************************/
2912

3013
/* Comment this out to disable prints and save space */

examples/nRF52_ESP8266Shield/nRF52_ESP8266Shield.ino

-17
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
99
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
1010
Licensed under MIT license
11-
Version: 1.3.0
12-
13-
Version Modified By Date Comments
14-
------- ----------- ---------- -----------
15-
1.0.0 K Hoang 16/02/2020 Initial coding
16-
1.0.1 K Hoang 17/02/2020 Add checksum, fix bug
17-
1.0.2 K Hoang 22/02/2020 Add support to SAMD boards
18-
1.0.3 K Hoang 03/03/2020 Add support to STM32 boards, except STM32F0
19-
1.0.4 K Hoang 13/03/2020 Add SAM DUE support. Enhance GUI.
20-
1.0.5 K Hoang 23/06/2020 Add Adafruit SAMD21/SAMD51 and nRF52 support, DRD, MultiWiFi features.
21-
WPA2 SSID PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
22-
1.0.6 K Hoang 27/06/2020 Add ESP32-AT support and use ESP_AT_Lib. Enhance MultiWiFi connection logic.
23-
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
24-
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
25-
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
26-
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
27-
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
2811
*****************************************************************************************************************************/
2912
/****************************************************************************************************************************
3013
Important notes:

library.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Blynk_Esp8266AT_WM",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, EEPROM-emulated FlashStorage_STM32 or FlashStorage_SAMD, SAM-DUE DueFlashStorage or nRF52/RP2040 LittleFS.",
55
"keywords": "control, device, communication, wifi, FlashStorage, FlashStorage-SAMD, FlashStorage-STM32, DueFlashStorage, LittleFS, wifimanager, credentials, samd, sam-due, nrf52, stm32, rpi-pico, rp2040, eeprom, esp8266-at, esp32-at, smartphone, mobile, app, web, sensors, protocol, iot, m2m, ble, bluetooth, ethernet, usb, serial, gsm, gprs, 3g, data, flash-storage, emulated-eeprom, esp8266, esp32, http, cloud",
66
"authors":
@@ -27,7 +27,7 @@
2727
{
2828
"owner": "blynkkk",
2929
"name": "Blynk",
30-
"version": "^0.6.1",
30+
"version": "^1.0.1",
3131
"platforms": ["*"]
3232
},
3333
{
@@ -43,13 +43,13 @@
4343
"platforms": ["*"]
4444
},
4545
{
46-
"owner": "khoih.prog",
46+
"owner": "khoih-prog",
4747
"name": "FlashStorage_SAMD",
4848
"version": "^1.2.0",
4949
"platforms": ["*"]
5050
},
5151
{
52-
"owner": "khoih.prog",
52+
"owner": "khoih-prog",
5353
"name": "FlashStorage_STM32",
5454
"version": "^1.1.0",
5555
"platforms": ["*"]

library.properties

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

platformio/platformio.ini

+2-2
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-
Blynk@~0.6.1
41+
Blynk@~1.0.1
4242
ESP8266_AT_WebServer@~1.4.0
4343
ESP_AT_Lib@~1.4.0
4444
DoubleResetDetector_Generic@~1.7.2
4545
FlashStorage_SAMD@~1.2.0
4646
FlashStorage_STM32@~1.1.0
4747
; PlatformIO 5.x
48-
; blynkkk/Blynk@~0.6.1
48+
; blynkkk/Blynk@~1.0.1
4949
; khoih-prog/ESP8266_AT_WebServer@~1.4.0
5050
; khoih-prog/ESP_AT_Lib@~1.4.0
5151
; khoih-prog/DoubleResetDetector_Generic@~1.7.2

src/Blynk/BlynkDetectDevice.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@date Jun 2015
2424
@brief
2525
26-
Version: 1.3.0
26+
Version: 1.3.1
2727
2828
Version Modified By Date Comments
2929
------- ----------- ---------- -----------
@@ -40,6 +40,7 @@
4040
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
4141
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
4242
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
43+
1.3.1 K Hoang 09/10/2021 Update `platform.ini` and `library.json`
4344
*****************************************************************************************************************************/
4445

4546
#ifndef BlynkDetectDevice_h

src/BlynkSimpleShieldEsp8266.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@date Jun 2015
1818
@brief
1919
20-
Version: 1.3.0
20+
Version: 1.3.1
2121
2222
Version Modified By Date Comments
2323
------- ----------- ---------- -----------
@@ -34,6 +34,7 @@
3434
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
3535
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
3636
1.3.0 K Hoang 17/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
37+
1.3.1 K Hoang 09/10/2021 Update `platform.ini` and `library.json`
3738
*****************************************************************************************************************************/
3839

3940
#ifndef BlynkSimpleShieldEsp8266_h
@@ -44,7 +45,7 @@
4445
#error This code is intended to run on the Mega2560 platform! Please check your Tools->Board setting.
4546
#endif
4647

47-
#define BLYNK_ESP8266AT_WM_VERSION "Blynk_Esp8266AT_WM v1.3.0"
48+
#define BLYNK_ESP8266AT_WM_VERSION "Blynk_Esp8266AT_WM v1.3.1"
4849

4950
//////////////////////////////////////////////
5051
// From v1.3.0 to display correct BLYNK_INFO_DEVICE

0 commit comments

Comments
 (0)