2024-12-07 05:30:59 -06:00
|
|
|
[env:heltec_capsule_sensor_v3]
|
|
|
|
|
extends = esp32s3_base
|
|
|
|
|
board = heltec_wifi_lora_32_V3
|
|
|
|
|
board_check = true
|
2025-03-18 21:19:51 -04:00
|
|
|
board_build.partitions = default_8MB.csv
|
2024-12-07 05:30:59 -06:00
|
|
|
build_flags =
|
2025-07-20 17:47:37 -04:00
|
|
|
${esp32s3_base.build_flags} -I variants/esp32s3/heltec_capsule_sensor_v3
|
2024-12-07 05:30:59 -06:00
|
|
|
-D HELTEC_CAPSULE_SENSOR_V3
|
|
|
|
|
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|
2025-07-20 17:47:37 -04:00
|
|
|
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output
|