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

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
### Releases v1.2.0

1. Restore cpp code besides Impl.h code to use in case of `multiple definition` linker error. See [`Change Implementation to seperate *.h and *.cpp file instead of *.h and *-Impl.h`](khoih-prog/ESP_WiFiManager#38) and [`Support building in PlatformIO PR`](khoih-prog/ESP_WiFiManager#20). Also have a look at [**HOWTO Fix Multiple Definitions Linker Error**](https://github.com/khoih-prog/ESPAsync_WiFiManager#HOWTO-Fix-Multiple-Definitions-Linker-Error)
2. Fix bug [/close does not close the config portal](#16).
  • Loading branch information
khoih-prog authored Oct 16, 2020
1 parent a050565 commit 7352fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lib_deps =
ESP AsyncTCP@~1.2.2
AsyncTCP@~1.1.1
ESP_DoubleResetDetector@~1.0.3
; PlatformIO 5.x, uncomment the below 3 lines and delete the 4 lines above
; PlatformIO 5.x, uncomment the below 4 lines and comment the 4 lines above
; me-no-dev/ESP Async WebServer@~1.2.3
; me-no-dev/ESPAsyncTCP@~1.2.2
; me-no-dev/AsyncTCP@~1.1.1
Expand Down

0 comments on commit 7352fbb

Please sign in to comment.