mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-29 21:22:03 +00:00
Move to new variant structure and refactor inkHUD - Display does not work and SX1262 init fails on HT752-02
This commit is contained in:
committed by
Tom Fifield
parent
bfcc6f5bd7
commit
0c8e7481f4
29
variants/esp32s3/t5s3_epaper/platformio.ini
Normal file
29
variants/esp32s3/t5s3_epaper/platformio.ini
Normal file
@@ -0,0 +1,29 @@
|
||||
[env:t5s3-epaper-inkhud]
|
||||
extends = esp32s3_base, inkhud
|
||||
board = t5-epaper-s3
|
||||
board_build.partition = default_16MB.csv
|
||||
board_check = false
|
||||
upload_protocol = esptool
|
||||
|
||||
build_flags =
|
||||
${esp32_base.build_flags}
|
||||
${inkhud.build_flags}
|
||||
-I variants/esp32s3/t5s3_epaper
|
||||
-D PRIVATE_HW
|
||||
-D MESHTASTIC_EXCLUDE_I2C=1
|
||||
-D MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR=1
|
||||
; -D GPS_POWER_TOGGLE
|
||||
-D HAS_SDCARD
|
||||
-D SDCARD_USE_SPI1
|
||||
-D PCF8563_RTC=0x51
|
||||
|
||||
build_src_filter =
|
||||
${esp32s3_base.build_src_filter}
|
||||
${inkhud.build_src_filter}
|
||||
|
||||
lib_deps =
|
||||
${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
|
||||
${esp32s3_base.lib_deps}
|
||||
lewisxhe/PCF8563_Library@^1.0.1
|
||||
lewisxhe/XPowersLib@^0.2.3
|
||||
lewisxhe/SensorLib@^0.2.2
|
||||
Reference in New Issue
Block a user