Skip to content

Commit d2429d2

Browse files
committed
mathieucarbou/MycilaESPConnect @ 10.3.4
1 parent 36c951a commit d2429d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/App_ESPConnect_OTA/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lib_ldf_mode = chain
2626
lib_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
3131
build_flags =
3232
-D APP_NAME=\"MyAwesomeApp\"

platformio.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
3130
lib_ignore =
3231
ArduinoJson
3332
AsyncTCP

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)