WiFiManager_Portenta_H7_Lite (Light Weight Credentials / WiFi Manager for Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields)
- 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
- Optional Board_Name in Menu
- Optimize code by using passing by reference
- 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
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
- 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