From 32c2609c65bf4959e05484f8fef18f1aa0f0380c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 14 Sep 2021 19:48:11 -0400 Subject: [PATCH] Add WiFiManager_Portenta_H7_Lite Library (#478) ### Initial Release v1.4.0 1. Add support to Portenta_H7 boards, using [`ArduinoCore-mbed mbed_portenta core`](https://github.com/arduino/ArduinoCore-mbed) 2. Update `Packages' Patches` 3. Add `LibraryPatches` for [**Adafruit_MQTT_Library**](https://github.com/adafruit/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](https://github.com/khoih-prog/WiFiManager_Generic_Lite) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 9ef91830..ad4fc07c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4223,3 +4223,4 @@ https://github.com/khoih-prog/LittleFS_Portenta_H7 https://github.com/someweisguy/esp_dmx https://github.com/jaredliw/PikaBot https://github.com/Open-Acidification/TankController +https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite