Continued from
Changelog
Release v1.7.1
- Fix bug for RP2040 using
arduino-picocore
Release v1.7.0
- Use WiFiMulti_Generic library to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost.
- Update
Packages' Patches
Release v1.6.3
- Add optional
CONFIG_MODE_LEDto beONwhen in Config Portal mode. Check Knowing when configuration mode is on or off #26 - Add function
isConfigMode()to signal system is in Config Portal mode.
Release v1.6.2
- Optimize code by passing by
referenceinstead ofvalue - Optional
Board_Namein Config Portal. Check option to remove board name from web page #25 - Update
Packages' Patches
Release v1.6.1
- Update to be compatible with new
FlashStorage_SAMD - Use better
FlashStorage_STM32library for STM32 - Fix bug for RP2040 boards using
ArduinoCore-mbed - Add support to generic SAMD21 boards :
__SAMD21E1xA__,__SAMD21G1xA__and__SAMD21J1xA__ - Update
Packages' Patches
Major Release v1.6.0
- Add support to RP2040-based boards, such as NANO_RP2040_CONNECT, using Earle Philhower's arduino-pico core
- Configurable
WIFI_RECON_INTERVAL. Check retries block the main loop #18
Release v1.5.0
- Fix the blocking issue in loop(). Check retries block the main loop #18
- Drop support to
AVR Mega - Update
Packages' Patches
Release v1.4.1
- Update
platform.iniandlibrary.jsonto use originalkhoih-proginstead ofkhoih.progafter PIO fix - Update
Packages' Patches
Major Release v1.4.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.
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
- Update
Packages' Patches - Add
LibraryPatchesfor Adafruit_MQTT_Library to fix compiler error for RP2040-based and many other boards.
Release v1.3.1
- Fix createHTML bug.