implemented credential config via WifiManager

This commit is contained in:
strawmanbobi
2022-02-11 15:06:16 +08:00
parent 579a0d37b6
commit ea5e04d62a
28 changed files with 238 additions and 411 deletions

View File

@@ -11,14 +11,15 @@
[common]
board_1m = esp01
ldscript_1m = eagle.flash.1m192.ld
workspace = D:/Project/irext/iris-kit
[env]
platform = espressif8266
framework = arduino
monitor_speed = 115200
upload_speed = 115200
monitor_port = COM7
upload_port = COM7
upload_port = COM5
monitor_port = COM5
board_build.flash_mode = dout
build_flags =
-Wno-unused-function
@@ -26,6 +27,7 @@ build_flags =
-DLOG_DEBUG=1
-DLOG_INFO=1
-DLOG_ERROR=1
-I${common.workspace}/lib/IRext/include
[env:esp8266-1m-base]
board = ${common.board_1m}