File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/App_ESPConnect_OTA Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ lib_ldf_mode = chain
2626lib_deps =
2727 ESP32Async/AsyncTCP @ 3.4.9
2828 ESP32Async/ESPAsyncWebServer @ 3.8.1
29- mathieucarbou/MycilaESPConnect @ 10.3.3
29+ mathieucarbou/MycilaESPConnect @ 10.3.4
3030 mathieucarbou/MycilaSystem @ 4.1.0
3131build_flags =
3232 -D APP_NAME =\" MyAwesomeApp\"
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ lib_deps =
2626 ESPmDNS
2727 Update
2828 WebServer
29- ; mathieucarbou/MycilaESPConnect @ 10.3.3
30- https://github.com/mathieucarbou/MycilaESPConnect
29+ mathieucarbou/MycilaESPConnect @ 10.3.4
3130lib_ignore =
3231 ArduinoJson
3332 AsyncTCP
Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ void setup() {
201201 yield ();
202202 #endif
203203#endif
204+ RX1;TX1;
204205
205206 LOG (" Version: %s\n " , __COMPILED_APP_VERSION__);
206207 set_next_partition_to_boot ();
You can’t perform that action at this time.
0 commit comments