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

Commit

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

1. Use new and more efficient [FlashStorage_STM32](https://github.com/khoih-prog/FlashStorage_STM32) and [FlashStorage_SAMD](https://github.com/khoih-prog/FlashStorage_SAMD) library versions.
2. Fix Config Portal bug
  • Loading branch information
khoih-prog authored Jan 29, 2021
1 parent 4f2ad32 commit db32cb1
Show file tree
Hide file tree
Showing 40 changed files with 306 additions and 437 deletions.
60 changes: 37 additions & 23 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 AT-command shields](#currently-supported-at-command-shields)
* [Changelog](#changelog)
* [Releases v1.2.0](#releases-v120)
* [Releases v1.1.1](#releases-v111)
* [Major Releases v1.1.0](#major-releases-v110)
* [Releases v1.0.7](#releases-v107)
Expand Down Expand Up @@ -135,6 +136,11 @@ New recent features:

## Changelog

### Releases v1.2.0

1. Use new and more efficient [FlashStorage_STM32](https://github.com/khoih-prog/FlashStorage_STM32) and [FlashStorage_SAMD](https://github.com/khoih-prog/FlashStorage_SAMD) library versions.
2. Fix Config Portal bug

### Releases v1.1.1

1. Add support to **Teensy 3.x boards**, using only Teensy core v1.51 if Config Portal is needed.
Expand Down Expand Up @@ -215,6 +221,8 @@ With version `v1.0.0` or later, you now can configure:
15. [`Adafruit's LittleFS/InternalFS`](https://www.adafruit.com) for nRF52
16. [`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)
17. [`ESP_AT_Lib v1.0.0+`](https://github.com/khoih-prog/ESP_AT_Lib) for ESP8266/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)
18. [`FlashStorage_SAMD v1.1.0+`](https://github.com/khoih-prog/FlashStorage_SAMD) for SAMD21/SAMD51 boards.
19. [`FlashStorage_STM32 v1.0.0+`](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)

---
---
Expand Down Expand Up @@ -371,11 +379,11 @@ These files must be copied into the directory:
#### 2. For Teensy boards
**To be able to compile and run on Teensy boards**, you have to copy the file [Teensy boards.txt](Packages_Patches/hardware/teensy/avr/boards.txt) into Teensy hardware directory (./arduino-1.8.12/hardware/teensy/avr/boards.txt).
**To be able to compile and run on Teensy boards**, you have to copy the file [Teensy boards.txt](Packages_Patches/hardware/teensy/avr/boards.txt) into Teensy hardware directory (./arduino-1.8.13/hardware/teensy/avr/boards.txt).
Supposing the Arduino version is 1.8.12. This file must be copied into the directory:
Supposing the Arduino version is 1.8.13. This file must be copied into the directory:
- `./arduino-1.8.12/hardware/teensy/avr/boards.txt`
- `./arduino-1.8.13/hardware/teensy/avr/boards.txt`
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz
This file must be copied into the directory:
Expand Down Expand Up @@ -1299,7 +1307,7 @@ uint16_t NUM_MENU_ITEMS = 0;

```
Start nRF52_ESP8266Shield on NRF52840_ITSYBITSY
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[7691] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -1408,7 +1416,7 @@ FFFFFFF
[260526] h:Rst
Start nRF52_ESP8266Shield on NRF52840_ITSYBITSY
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[7919] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -1496,7 +1504,7 @@ CP Button Hit. Rebooting
[175987] OK
Start nRF52_ESP8266Shield on NRF52840_ITSYBITSY
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[7466] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -1563,7 +1571,7 @@ Persistent CP Button Hit. Rebooting
[43432] OK
Start nRF52_ESP8266Shield on NRF52840_ITSYBITSY
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[7441] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -1622,7 +1630,7 @@ Port = 1883

```
Start STM32_ESP8266Shield on NUCLEO_F767ZI
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[6769] AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Expand Down Expand Up @@ -1680,7 +1688,7 @@ FFF[60707] h:repl

```
Start STM32_ESP8266Shield on NUCLEO_F767ZI
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[6768] AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Expand Down Expand Up @@ -1741,7 +1749,7 @@ CP Button Hit. Rebooting
[49650] setForcedCP non-Persistent
Start STM32_ESP8266Shield on NUCLEO_F767ZI
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[6769] AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Expand Down Expand Up @@ -1780,7 +1788,7 @@ Persistent CP Button Hit. Rebooting
[38325] setForcedCP Persistent
Start STM32_ESP8266Shield on NUCLEO_F767ZI
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[6769] AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Expand Down Expand Up @@ -1820,7 +1828,7 @@ FFFFFF

```
Start SAM_DUE_ESP8266Shield on SAM DUE
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[6779] AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Expand Down Expand Up @@ -1891,7 +1899,7 @@ FFFF[126459] h:repl id

```
Start SAM_DUE_ESP8266Shield on SAM DUE
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[6771] AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Expand Down Expand Up @@ -1956,7 +1964,7 @@ CP Button Hit. Rebooting
[272907] setForcedCP non-Persistent
Start SAM_DUE_ESP8266Shield on SAM DUE
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[6771] AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Expand Down Expand Up @@ -1999,7 +2007,7 @@ Persistent CP Button Hit. Rebooting
[83192] setForcedCP Persistent
Start SAM_DUE_ESP8266Shield on SAM DUE
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[6771] AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Expand Down Expand Up @@ -2042,7 +2050,7 @@ MQTT Server = default-mqtt-server

```
Start SAMD_ESP8266Shield on ITSYBITSY_M4
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[30676] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -2083,7 +2091,7 @@ F

```
Start SAMD_ESP8266Shield on ITSYBITSY_M4
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[35347] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -2152,7 +2160,7 @@ CP Button Hit. Rebooting
Start SAMD_ESP8266Shield on ITSYBITSY_M4
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[30676] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -2195,7 +2203,7 @@ F
Persistent CP Button Hit. Rebooting
[40547] setForcedCP Persistent
Start SAMD_ESP8266Shield on ITSYBITSY_M4
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[34937] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -2239,7 +2247,7 @@ FF

```
Start Teensy_ESP8266Shield on TEENSY 4.1/4.0
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
[8878] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
compile time:May 27 2020 10:12:17
Expand Down Expand Up @@ -2318,7 +2326,7 @@ FFFF[106580] h:repl id

```
Start Teensy_ESP8266Shield on TEENSY 4.1/4.0
Blynk_Esp8266AT_WM v1.1.1
Blynk_Esp8266AT_WM v1.2.0
Start Blynk_ESP8266AT_WM
[80347] AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
Expand Down Expand Up @@ -2425,6 +2433,11 @@ Sometimes, the library will only work if you update the `ESP8266 AT shield` core

## Releases

### Releases v1.2.0

1. Use new and more efficient [FlashStorage_STM32](https://github.com/khoih-prog/FlashStorage_STM32) and [FlashStorage_SAMD](https://github.com/khoih-prog/FlashStorage_SAMD) library versions.
2. Fix Config Portal bug

### Releases v1.1.1

1. Add support to **Teensy 3.x boards**, using only Teensy core v1.51 if Config Portal is needed.
Expand Down Expand Up @@ -2496,7 +2509,7 @@ Sometimes, the library will only work if you update the `ESP8266 AT shield` core

### Issues

Submit issues to: [Blynk_WM issues](https://github.com/khoih-prog/Blynk_Esp8266AT_WM/issues)
Submit issues to: [Blynk_Esp8266AT_WM issues](https://github.com/khoih-prog/Blynk_Esp8266AT_WM/issues)

---
---
Expand All @@ -2515,7 +2528,7 @@ Submit issues to: [Blynk_WM issues](https://github.com/khoih-prog/Blynk_Esp8266A
4. If the config data not entered completely (SSID, password, Server and Blynk token), entering config portal
5. Add configurable Config Portal IP, SSID and Password
6. Add configurable Static IP, GW, Subnet Mask and 2 DNS Servers' IP Addresses.
7. Add support to **nRF52, SAMD21/SAMD51, STM32F, SAM-DUE**
7. Add support to **nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, SAM-DUE**
8. Add support to **ESP32-AT** shields.
9. Add MultiWiFi features with auto(re)connect
10. Add DRD
Expand All @@ -2525,6 +2538,7 @@ Submit issues to: [Blynk_WM issues](https://github.com/khoih-prog/Blynk_Esp8266A
14. Add support to all **STM32F/L/H/G/WB/MP1** boards, using emulated or integrated EEPROM
15. Add support to **Teensy** boards using Teensy core v1.51 for Config Portal
16. Add Table-of-Contents
17. Use more efficient [FlashStorage_STM32](https://github.com/khoih-prog/FlashStorage_STM32) and [FlashStorage_SAMD](https://github.com/khoih-prog/FlashStorage_SAMD) library versions.

---

Expand Down
3 changes: 2 additions & 1 deletion examples/Mega_ESP8266Shield/Mega_ESP8266Shield.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -23,6 +23,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/
/****************************************************************************************************************************
Important notes:
Expand Down
3 changes: 2 additions & 1 deletion examples/SAMD_ESP8266Shield/Credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -22,6 +22,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/

#ifndef Credentials_h
Expand Down
3 changes: 2 additions & 1 deletion examples/SAMD_ESP8266Shield/SAMD_ESP8266Shield.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -23,6 +23,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/
/****************************************************************************************************************************
Important notes:
Expand Down
3 changes: 2 additions & 1 deletion examples/SAMD_ESP8266Shield/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -22,6 +22,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/

#ifndef defines_h
Expand Down
3 changes: 2 additions & 1 deletion examples/SAMD_ESP8266Shield/dynamicParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -22,6 +22,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/

#ifndef dynamicParams_h
Expand Down
3 changes: 2 additions & 1 deletion examples/SAM_DUE_ESP8266Shield/Credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -22,6 +22,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/

#ifndef Credentials_h
Expand Down
3 changes: 2 additions & 1 deletion examples/SAM_DUE_ESP8266Shield/SAM_DUE_ESP8266Shield.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -23,6 +23,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/
/****************************************************************************************************************************
Important notes:
Expand Down
3 changes: 2 additions & 1 deletion examples/SAM_DUE_ESP8266Shield/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -22,6 +22,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/

#ifndef defines_h
Expand Down
3 changes: 2 additions & 1 deletion examples/SAM_DUE_ESP8266Shield/dynamicParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Version: 1.1.1
Version: 1.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -22,6 +22,7 @@
1.0.7 K Hoang 27/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards.
1.1.0 K Hoang 15/01/2021 Restore support to Teensy to be used only with Teensy core v1.51.
1.1.1 K Hoang 24/01/2021 Add support to Teensy 3.x, to be used only with Teensy core v1.51.
1.2.0 K Hoang 28/01/2021 Fix bug. Use more efficient FlashStorage_STM32 and FlashStorage_SAMD.
*****************************************************************************************************************************/

#ifndef dynamicParams_h
Expand Down
Loading

0 comments on commit db32cb1

Please sign in to comment.