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

Latest commit

 

History

History
61 lines (41 loc) · 3.21 KB

changelog.md

File metadata and controls

61 lines (41 loc) · 3.21 KB

WiFiManager_Portenta_H7_Lite (Light Weight Credentials / WiFi Manager for Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields)

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Release v1.6.0

  1. Use WiFiMulti_Generic library to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost
  2. Rewrite for new mbed_portenta core v3.0.1+
  3. Add lib_ldf_mode = chain+ in platformio.ini
  4. Update Packages' Patches

Release v1.5.1

  1. Optional Board_Name in Menu
  2. Optimize code by using passing by reference

Release v1.5.0

  1. Workaround for core WiFi.status() bug, which does not detect WiFi lost.
  2. Fix the blocking issue in loop(). Check retries block the main loop #18
  3. Configurable WIFI_RECON_INTERVAL. Check retries block the main loop #18
  4. Update Packages' Patches

Release v1.4.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

Initial Release v1.4.0

  1. Add support to Portenta_H7 boards, using ArduinoCore-mbed mbed_portenta core
  2. Update Packages' Patches
  3. Add LibraryPatches for Adafruit_MQTT_Library to fix compiler error for Portenta_H7 and many other boards.
  4. Bump version to v1.4.0 to sync with WiFiManager_Generic_Lite library