fix a few platformio definitions

This commit is contained in:
Manuel
2025-11-01 12:40:55 +01:00
parent 7ec233e2e5
commit def7d3780f

View File

@@ -2,7 +2,7 @@
extends = esp32s3_base
board = t5-epaper-s3
board_build.partition = default_16MB.csv
board_check = false
board_check = true
upload_protocol = esptool
build_type = debug
build_flags = -g -O0 -fno-strict-aliasing
@@ -33,10 +33,11 @@ extends = t5s3_epaper_base, inkhud
build_flags =
${t5s3_epaper_base.build_flags}
${inkhud.build_flags}
-D SDCARD_USE_SPI1
-D T5_S3_EPAPER_PRO_V2
build_src_filter =
${t5s3_epaper_base.build_src_filter}
${inkhud.build_src_filter}
-D SDCARD_USE_SPI1
lib_deps =
${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
${t5s3_epaper_base.lib_deps}