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

Commit 7352fbb

Browse files
authored
v1.2.0
### 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).
1 parent a050565 commit 7352fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lib_deps =
3333
ESP AsyncTCP@~1.2.2
3434
AsyncTCP@~1.1.1
3535
ESP_DoubleResetDetector@~1.0.3
36-
; PlatformIO 5.x, uncomment the below 3 lines and delete the 4 lines above
36+
; PlatformIO 5.x, uncomment the below 4 lines and comment the 4 lines above
3737
; me-no-dev/ESP Async WebServer@~1.2.3
3838
; me-no-dev/ESPAsyncTCP@~1.2.2
3939
; me-no-dev/AsyncTCP@~1.1.1

0 commit comments

Comments
 (0)