This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Releases: khoih-prog/Blynk_Esp8266AT_WM
Releases · khoih-prog/Blynk_Esp8266AT_WM
v1.3.1 to update `platform.ini` and `library.json`
Releases v1.3.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
Release v1.3.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040 using ESP8266-AT/ESP32-AT WiFi shields with Earle Philhower's arduino-pico or Arduino-mbed RP2040 core
Major Releases v1.3.0
- 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+ to use with or without Blynk/WiFiManager features.
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core to use without Blynk/WiFiManager features.
- Fix bug
- Optimize code
- Update examples with new features
Version v1.2.0 to fix Config Portal bug and to use new and more efficient FlashStorage_STM32 and FlashStorage_SAMD libraries' versions
Releases v1.2.0
- Use new and more efficient FlashStorage_STM32 and FlashStorage_SAMD libraries' versions.
- Fix Config Portal bug
Version v1.1.1 to add support to Teensy 3.x
Releases v1.1.1
- Add support to Teensy 3.x boards, using only Teensy core v1.51 if Config Portal is needed.
Version v1.1.0 to restore Teensy support, add STM32 emulated-EEPROM, fix bugs and optimize code.
Major Releases v1.1.0
- Restore support to Teensy boards, using only Teensy core v1.51 if Config Portal is needed.
- Add STM32 emulated-EEPROM feature so that saving to EEPROM is usable and much faster.
- Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
- Renew all examples to demo the new Virtual ConfigPortal SW feature
- Optimize code and fix many bugs.
Version v1.0.7 to add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards
New Releases v1.0.7
- Add support to all STM32F/L/H/G/WB/MP1 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)
- 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.)
- Sync with latest ESP8266_AT_WebServer Library v1.0.12
Version v1.0.6 to add ESP32-AT support and more
New recent features:
- MultiWiFi feature for configuring/auto(re)connecting ESP8266/ESP32-AT shields to the available MultiWiFi APs at runtime.
- DoubleDetectDetector feature to force Config Portal when double reset is detected within predetermined time, default 10s.
- Configurable Config Portal Title to be either BoardName or default undistinguishable names.
- Examples are redesigned to separate Credentials / Defines / Dynamic Params / Code so that you can change Credentials / Dynamic Params quickly for each device
New Releases v1.0.6
- Add support to ESP32-AT
- Use new ESP_AT_Lib to support ESP8266/ESP32-AT
- Enhance MultiWiFi connection logic.
- New logic for
USE_DEFAULT_CONFIG_DATA
to autoload Config / Dynamic Data in developing stage.
Version v1.0.5 to add nRF52 and SAMD21/SAMD51 support
New recent features:
- MultiWiFi feature for configuring/auto(re)connecting ESP8266-AT shields to the available MultiWiFi APs at runtime.
- DoubleDetectDetector feature to force Config Portal when double reset is detected within predetermined time, default 10s.
- Configurable Config Portal Title to be either BoardName or default undistinguishable names.
- Examples are redesigned to separate Credentials / Defines / Dynamic Params / Code so that you can change Credentials / Dynamic Params quickly for each device
Major Releases v1.0.5
- Add support to nRF52 (AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B30_ublox, NINA_B112_ublox, etc.). Dynamic custom parameters to be saved automatically in LittleFS.
- Add support to Adafruit SAMD21/SAM51 (Itsy-Bitsy M0/M4, Metro M0/M4, Grand Central M4, Feather M0/M4 Express, etc.). Dynamic custom parameters to be saved automatically in FlashStorage.
- Add MultiWiFi features for WiFi
- Add DoubleResetDetector (DRD) feature.
- Increase WPA2 SSID and PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
- Restructure examples separate Credentials / Defines / Dynamic Params / Code.
- Drop support to Teensy boards
Version v1.0.4 to add SAM DUE support and better GUI
New Releases v1.0.4
- Add support to SAM DUE
- Reduce html and code size for faster Config Portal response.
- Enhance GUI.
- Config Portal AP SSID and Password will use 4 bytes of hardware unique macAddress, only for Teensy.
Version v1.0.3 to add support to STM32 boards
New Version v1.0.3
- Add support to STM32 (STM32F1, F2, F3, F4, F7, etc) boards
- Add clearConfigData() function.