mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
fix a few platformio definitions
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
extends = esp32s3_base
|
extends = esp32s3_base
|
||||||
board = t5-epaper-s3
|
board = t5-epaper-s3
|
||||||
board_build.partition = default_16MB.csv
|
board_build.partition = default_16MB.csv
|
||||||
board_check = false
|
board_check = true
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
build_type = debug
|
build_type = debug
|
||||||
build_flags = -g -O0 -fno-strict-aliasing
|
build_flags = -g -O0 -fno-strict-aliasing
|
||||||
@@ -33,10 +33,11 @@ extends = t5s3_epaper_base, inkhud
|
|||||||
build_flags =
|
build_flags =
|
||||||
${t5s3_epaper_base.build_flags}
|
${t5s3_epaper_base.build_flags}
|
||||||
${inkhud.build_flags}
|
${inkhud.build_flags}
|
||||||
|
-D SDCARD_USE_SPI1
|
||||||
|
-D T5_S3_EPAPER_PRO_V2
|
||||||
build_src_filter =
|
build_src_filter =
|
||||||
${t5s3_epaper_base.build_src_filter}
|
${t5s3_epaper_base.build_src_filter}
|
||||||
${inkhud.build_src_filter}
|
${inkhud.build_src_filter}
|
||||||
-D SDCARD_USE_SPI1
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
|
${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
|
||||||
${t5s3_epaper_base.lib_deps}
|
${t5s3_epaper_base.lib_deps}
|
||||||
|
|||||||
Reference in New Issue
Block a user