T5S3 ePaper build fix (#10791)

* Build fix

* update

* Update platformio.ini

* Update SerialConsole.cpp

* Remove Network provisioning for this build

* Update platformio.ini

Per Vid, this is not needed once his PR is merged

* fix: resolve merge conflict in SerialConsole.cpp - use setHostDraining(false) from develop

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
HarukiToreda
2026-07-16 19:31:30 -05:00
committed by GitHub
co-authored by GitHub copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
parent bdf92e1183
commit 88f20d349a
2 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
[t5s3_epaper_base]
extends = esp32s3_base
board = t5-epaper-s3
board_build.partition = default_16MB.csv
board_build.partitions = default_16MB.csv
board_check = true
upload_protocol = esptool
build_flags = -fno-strict-aliasing
@@ -30,8 +30,8 @@ lib_deps =
[env:t5s3_epaper_inkhud]
extends = t5s3_epaper_base, inkhud
board_level = extra # inkhud port is incomplete
board_check = false
board_level = extra
board_check = true
build_flags =
${t5s3_epaper_base.build_flags}
${inkhud.build_flags}