Add WiFiManager as a library

This commit is contained in:
Thijs Raymakers 2024-06-19 23:48:20 +02:00
parent 89ac17fb9f
commit e2862bc220
No known key found for this signature in database

View file

@ -13,6 +13,7 @@ platform=espressif8266
board=esp12e board=esp12e
framework=arduino framework=arduino
upload_speed=921600 upload_speed=921600
lib_deps = https://github.com/tzapu/WiFiManager.git
[env:esp12e] [env:esp12e]
build_flags=-D RELEASE build_flags=-D RELEASE