This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/ESP_AT_WiFiManager
Releases · khoih-prog/ESP_AT_WiFiManager
v1.4.0 to add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core
v1.4.0 to add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core
Latest
Release v1.4.0
- Add support to WizNet
WizFi360
, such asWIZNET_WIZFI360_EVB_PICO
usingarduino-pico
core
v1.3.1 to update `platform.ini` and `library.json`
Release 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 MBED RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040
Major Release v1.3.0
- Add support to MBED RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
Major Release v1.2.0 to 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)
Major Release v1.2.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
- Update examples with new features
Major Release v1.1.0 to use FlashStorage_STM32, to support STM32 core v2.0.0, and to permit auto-connect without waiting for Config Portal if stored data is valid
Major Release v1.1.0
- Use new efficient FlashStorage_STM32 library.
- Add support to new STM32 core v2.0.0 and STM32L5
- Permit auto-connect without waiting for Config Portal if stored data is valid and WiFi test connection is OK.
- Update examples with new features
Version v1.0.3 to add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards
New Version v1.0.3
- 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.)
- Add sample Packages_Patches for STM32 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
- Add Packages_Patches for other boards.
- Add instructions to use EspSerial/Serial1 on some STM32 boards without Serial1 definition (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)
Version v1.0.2 to add support to ESP32-AT-command shields
New Version v1.0.2
- Add support to ESP32-AT-command shields.
Version v1.0.1 to add support to nRF52 boards
New Version v1.0.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.
- Improve support to STM32F. Credentials to be saved automatically in EEPROM.
- Drop support to Teensy boards.
Initial Release v1.0.0
New in v1.0.0
- This is a Credentials / WiFi Connection Manager with fallback web configuration portal. Completely new to support Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields.