Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

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

18 Jan 07:05
6fc283a
Compare
Choose a tag to compare

Release v1.4.0

  1. Add support to WizNet WizFi360, such as WIZNET_WIZFI360_EVB_PICO using arduino-pico core

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

11 Oct 02:56
7921d10
Compare
Choose a tag to compare

Release 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 MBED RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040

01 Jun 23:57
a23015c
Compare
Choose a tag to compare

Major Release v1.3.0

  1. 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)

12 May 18:14
5d76602
Compare
Choose a tag to compare

Major Release v1.2.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
  2. 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

28 Apr 08:33
5ba42e3
Compare
Choose a tag to compare

Major Release v1.1.0

  1. Use new efficient FlashStorage_STM32 library.
  2. Add support to new STM32 core v2.0.0 and STM32L5
  3. Permit auto-connect without waiting for Config Portal if stored data is valid and WiFi test connection is OK.
  4. 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

28 Jul 06:17
3cf6789
Compare
Choose a tag to compare

New Version v1.0.3

  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. Add sample Packages_Patches for STM32 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
  4. Add Packages_Patches for other boards.
  5. 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

02 Jul 06:35
babd655
Compare
Choose a tag to compare

New Version v1.0.2

  1. Add support to ESP32-AT-command shields.

Version v1.0.1 to add support to nRF52 boards

21 Jun 23:06
f284218
Compare
Choose a tag to compare

New Version v1.0.1

  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.
  2. Improve support to STM32F. Credentials to be saved automatically in EEPROM.
  3. Drop support to Teensy boards.

Initial Release v1.0.0

09 Mar 07:37
5e407bd
Compare
Choose a tag to compare

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.