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

Releases: khoih-prog/Blynk_Esp8266AT_WM

v1.3.1 to update `platform.ini` and `library.json`

10 Oct 01:38
8a57ea5
Compare
Choose a tag to compare

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

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

18 May 02:58
5d3f8c0
Compare
Choose a tag to compare

Major Releases v1.3.0

  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+ to use with or without Blynk/WiFiManager features.
  2. 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.
  3. Fix bug
  4. Optimize code
  5. 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

29 Jan 03:06
db32cb1
Compare
Choose a tag to compare

Version v1.1.1 to add support to Teensy 3.x

24 Jan 16:45
4f2ad32
Compare
Choose a tag to compare

Releases v1.1.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.

24 Jan 07:56
20281a3
Compare
Choose a tag to compare

Major Releases v1.1.0

  1. Restore support to Teensy boards, using only Teensy core v1.51 if Config Portal is needed.
  2. Add STM32 emulated-EEPROM feature so that saving to EEPROM is usable and much faster.
  3. Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
  4. Renew all examples to demo the new Virtual ConfigPortal SW feature
  5. 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

27 Jul 04:36
8c59d28
Compare
Choose a tag to compare

New Releases v1.0.7

  1. Add support to all STM32F/L/H/G/WB/MP1 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)
  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.)
  3. Sync with latest ESP8266_AT_WebServer Library v1.0.12

Version v1.0.6 to add ESP32-AT support and more

01 Jul 18:23
e44332c
Compare
Choose a tag to compare

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

  1. Add support to ESP32-AT
  2. Use new ESP_AT_Lib to support ESP8266/ESP32-AT
  3. Enhance MultiWiFi connection logic.
  4. 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

26 Jun 19:44
fc7b975
Compare
Choose a tag to compare

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

  1. 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.
  2. 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.
  3. Add MultiWiFi features for WiFi
  4. Add DoubleResetDetector (DRD) feature.
  5. Increase WPA2 SSID and PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
  6. Restructure examples separate Credentials / Defines / Dynamic Params / Code.
  7. Drop support to Teensy boards

Version v1.0.4 to add SAM DUE support and better GUI

15 Mar 18:34
8e30d59
Compare
Choose a tag to compare

New Releases v1.0.4

  1. Add support to SAM DUE
  2. Reduce html and code size for faster Config Portal response.
  3. Enhance GUI.
  4. 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

04 Mar 05:25
03d51e9
Compare
Choose a tag to compare

New Version v1.0.3

  1. Add support to STM32 (STM32F1, F2, F3, F4, F7, etc) boards
  2. Add clearConfigData() function.