This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/ESP_AT_WM_Lite
Releases · khoih-prog/ESP_AT_WM_Lite
v1.6.0 to add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core and to add Config Portal scaling support to mobile devices
v1.6.0 to add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core and to add Config Portal scaling support to mobile devices
Latest
Release v1.6.0
- Add support to WizNet
WizFi360
, such asWIZNET_WIZFI360_EVB_PICO
usingarduino-pico
core - Add Config Portal scaling support to mobile devices.
v1.5.2 to optimize code by passing by `reference` instead of `value`, to permit optional `Board_Name` in Config Portal, to add optional `CONFIG_MODE_LED` to be `ON` when in Config Portal mode, to add function `isConfigMode()` to signal system is in Config Portal mode and to update `Packages' Patches`
Release v1.5.2
- Optimize code by using passing by
reference
instead of byvalue
- Optional
Board_Name
in Menu. Check option to remove board name from web page #25 - Add function
isConfigMode()
to signal system is in Config Portal mode. - Update
Packages' Patches
v1.5.1 to update to be compatible with new `FlashStorage_SAMD`, to use better `FlashStorage_STM32` or `FlashStorage_STM32F1` library for STM32 and to add support to generic SAMD21 boards : `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__`
Release v1.5.1
- Update to be compatible with new
FlashStorage_SAMD
- Use better
FlashStorage_STM32
orFlashStorage_STM32F1
library for STM32 - Add support to generic SAMD21 boards :
__SAMD21E1xA__
,__SAMD21G1xA__
and__SAMD21J1xA__
- Update
Packages' Patches
v1.5.0 to fix the blocking issue in loop(), to add configurable `WIFI_RECON_INTERVAL`
Release v1.5.0
- Fix the blocking issue in loop(). Check retries block the main loop #18
- Configurable
WIFI_RECON_INTERVAL
. Check retries block the main loop #18 - Update
Packages' Patches
v1.4.1 to update `platform.ini` and `library.json`
Release v1.4.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
Release v1.4.0 to add support to RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040
Major Release v1.4.0
- Add support to 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.3.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.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 using LittleFS
- Using new efficient features of FlashStorage_SAMD library v1.1.0+
- Optimize code and fix bug
- Update examples with new features
Major Release v1.2.0 to enable scan of WiFi networks for selection in Configuration Portal, to enhance Multi-WiFi connection logic and many new features.
Major Release v1.2.0
- Enable scan of WiFi networks for selection in Configuration Portal. Check PR for v1.3.0 - Enable scan of WiFi networks #10. Now you can select optional SCAN_WIFI_NETWORKS, MANUAL_SSID_INPUT_ALLOWED to be able to manually input SSID, not only from a scanned SSID lists and MAX_SSID_IN_LIST (from 2-6 for ESP8266-AT or 2-15 for other)
- Minor enhancement to not display garbage when data is invalid
- Tested with new Arduino Core for STM32 v2.0.0 and add support to new STM32L5 boards.
- Enhance Multi-WiFi connection logic
- Enhance debugging feature
Major Release v1.1.0 to fix invalid "blank" Config Data treated as Valid, Use better FlashStorage_STM32, permit optionally inputting one set of WiFi SSID/PWD, and many more new features
Major Release v1.1.0
- Fix invalid "blank" or NULL Config Data treated as Valid.
- Permit optionally inputting one set of WiFi SSID/PWD by using
REQUIRE_ONE_SET_SSID_PW == true
- Enforce WiFi PWD minimum length of 8 chars
- Optimize code
- Use better FlashStorage_STM32.
- Add Table-of-Contents
Version v1.0.4 to add support to ESP32-AT and W600-AT shields and fix bug.
New Version v1.0.4
- Add support to ESP32-AT WiFi shields.
- Add support to WIS600-01S/W600-AT WiFi shields.
- Modify LOAD_DEFAULT_CONFIG_DATA logic.
- Enhance MultiWiFi connection logic.
- Fix WiFi Status bug.