v1.8.2 to fix library.properties, etc.

### Releases v1.8.2

1. Fix library.properties to remove unavailable items from depends. Check [Remove unavailable items from depends field of library.properties #35](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/35)
2. Remove lorol's LittleFS_esp32 library dependency as LittleFS has been included in new ESP32 cores v1.0.6+
3. Fix compile error for [AsyncHTTPRequest_ESP_WiFiManager example](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/tree/master/examples/AsyncHTTPRequest_ESP_WiFiManager)
4. Update `Packages' Patches`
This commit is contained in:
Khoi Hoang
2022-08-10 15:32:34 -04:00
committed by GitHub
parent 5871d154ba
commit 0948b9989e
12 changed files with 73 additions and 120 deletions
+5 -5
View File
@@ -42,10 +42,10 @@ lib_deps =
; ESPAsyncTCP@>=1.2.2
; https://github.com/khoih-prog/STM32AsyncTCP.git
; STM32duino LwIP@>=2.1.2
; STM32duino STM32Ethernet@>=1.2.0
; STM32duino STM32Ethernet@>=1.3.0
; ESPAsync_WiFiManager@>=1.12.2
; LittleFS_esp32@>=1.0.6
; WebServer_WT32_ETH01@>=1.4.1
; WebServer_WT32_ETH01@>=1.5.0
; PlatformIO 5.x
me-no-dev/AsyncTCP@>=1.1.1
@@ -53,10 +53,10 @@ lib_deps =
; philbowles/STM32AsyncTCP
; https://github.com/khoih-prog/STM32AsyncTCP.git
; stm32duino/STM32duino LwIP@>=2.1.2
; stm32duino/STM32duino STM32Ethernet@>=1.2.0
; stm32duino/STM32duino STM32Ethernet@>=1.3.0
khoih-prog/ESPAsync_WiFiManager@>=1.12.2
lorol/LittleFS_esp32@>=1.0.6
; khoih-prog/WebServer_WT32_ETH01@>=1.4.1
; lorol/LittleFS_esp32@>=1.0.6
; khoih-prog/WebServer_WT32_ETH01@>=1.5.0
build_flags =
; set your debug output (default=Serial)