This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/WiFiManager_Portenta_H7_Lite
Releases · khoih-prog/WiFiManager_Portenta_H7_Lite
v1.6.0 to use WiFiMulti_Generic library to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost
v1.6.0 to use WiFiMulti_Generic library to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost
Latest
Release v1.6.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
- Rewrite for new mbed_portenta core v3.0.1+
- Add
lib_ldf_mode = chain+
inplatformio.ini
- Update
Packages' Patches
v1.5.0 to provide workaround for core WiFi.status() bug, to fix the blocking issue in loop() and to add configurable `WIFI_RECON_INTERVAL`
Release v1.5.0
- Workaround for core WiFi.status() bug, which does not detect WiFi lost.
- 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
v1.4.0 to support Portenta_H7 boards, using ArduinoCore-mbed mbed_portenta core
Initial Release v1.4.0
- Add support to Portenta_H7 boards, using
ArduinoCore-mbed mbed_portenta core
- Update
Packages' Patches
- Add
LibraryPatches
for Adafruit_MQTT_Library to fix compiler error for Portenta_H7 and many other boards. - Bump version to v1.4.0 to sync with WiFiManager_Generic_Lite library