mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
12 lines
272 B
INI
12 lines
272 B
INI
|
|
[env:heltec_sensor_hub]
|
||
|
|
extends = esp32s3_base
|
||
|
|
board = heltec_wifi_lora_32_V3
|
||
|
|
board_check = true
|
||
|
|
|
||
|
|
build_flags =
|
||
|
|
${esp32s3_base.build_flags} -I variants/heltec_sensor_hub
|
||
|
|
-D HELTEC_SENSOR_HUB
|
||
|
|
|
||
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
||
|
|
adafruit/Adafruit NeoPixel @ ^1.12.0
|