mirror of
https://github.com/meshtastic/firmware.git
synced 2026-04-06 16:33:20 -04:00
rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[env:t-mini-epaper-s3]
|
||||
[env:mini-epaper-s3]
|
||||
custom_meshtastic_hw_model = 16
|
||||
custom_meshtastic_hw_model_slug = TLORA_T3_S3
|
||||
custom_meshtastic_architecture = esp32-s3
|
||||
@@ -15,7 +15,7 @@ upload_protocol = esptool
|
||||
|
||||
build_flags =
|
||||
${esp32s3_base.build_flags}
|
||||
-I variants/esp32s3/t-mini-epaper-s3
|
||||
-I variants/esp32s3/mini-epaper-s3
|
||||
-D T_MINI_EPAPER_S3
|
||||
-D USE_EINK
|
||||
-D EINK_DISPLAY_MODEL=GxEPD2_102
|
||||
@@ -35,7 +35,7 @@ lib_deps =
|
||||
# renovate: datasource=custom.pio depName=SensorLib packageName=lewisxhe/library/SensorLib
|
||||
lewisxhe/SensorLib@0.3.4
|
||||
|
||||
[env:t-mini-epaper-s3-inkhud]
|
||||
[env:mini-epaper-s3-inkhud]
|
||||
extends = esp32s3_base, inkhud
|
||||
board = tlora-t3s3-v1
|
||||
board_check = true
|
||||
@@ -46,7 +46,7 @@ build_src_filter =
|
||||
build_flags =
|
||||
${esp32s3_base.build_flags}
|
||||
${inkhud.build_flags}
|
||||
-I variants/esp32s3/t-mini-epaper-s3
|
||||
-I variants/esp32s3/mini-epaper-s3
|
||||
-D T_MINI_EPAPER_S3
|
||||
lib_deps =
|
||||
${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
|
||||
Reference in New Issue
Block a user