Skip to content

Commit

Permalink
rev978 hotfix OTA issues on ESP32S3 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Dec 30, 2023
1 parent 44a72d1 commit ec45830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ framework = arduino
upload_speed = 1500000
monitor_speed = 115200
version = 0.6.1
revision = 977
revision = 978
# OTA remote update target (change it to none, if you want prevent CanAirIO updates)
target = dev
monitor_filters =
Expand Down Expand Up @@ -103,7 +103,7 @@ lib_deps =
[env:M5PICOD4]
extends = oled_common
build_flags =
${common.build_flags}
${esp32_common.build_flags}
-D MAIN_HW_PIN=19

[tft_common]
Expand All @@ -119,7 +119,7 @@ lib_deps =
${common.lib_deps}
bodmer/TFT_eSPI @ 2.5.31
build_flags =
${common.build_flags}
${esp32_common.build_flags}
-D USER_SETUP_LOADED=1
-include .pio/libdeps/${PIOENV}/TFT_eSPI/User_Setups/Setup25_TTGO_T_Display.h

Expand Down Expand Up @@ -184,7 +184,7 @@ lib_deps =
;sabas1080/CayenneLPP @ ^1.1.0
https://github.com/ElectronicCats/CayenneLPP
build_flags =
${common.build_flags}
${esp32_common.build_flags}
-D RXD2=23
-D TXD2=17
-D hal_init=LMICHAL_init
Expand Down

0 comments on commit ec45830

Please sign in to comment.