We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65b335c + 781b74e commit 51c5e51Copy full SHA for 51c5e51
platformio.ini
@@ -15,12 +15,14 @@ board_build.f_cpu = 160000000L
15
framework = arduino
16
;upload_flags = --port=8266 --auth=esp-react
17
;upload_port = 192.168.0.6
18
+monitor_speed = 115200
19
+
20
build_flags=
21
-D NO_GLOBAL_ARDUINOOTA
22
; -D ENABLE_CORS
23
lib_deps =
24
https://github.com/PaulStoffregen/Time
25
https://github.com/gmag11/NtpClient
- https://github.com/bblanchon/ArduinoJson
26
+ ArduinoJson@>=5.0.0,<6.0.0
27
https://github.com/me-no-dev/ESPAsyncWebServer
28
https://github.com/me-no-dev/AsyncTCP
0 commit comments