mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
11 lines
350 B
INI
11 lines
350 B
INI
[env:heltec-hru-3601]
|
|
extends = esp32c3_base
|
|
board = adafruit_qtpy_esp32c3
|
|
build_flags =
|
|
${esp32c3_base.build_flags}
|
|
-D HELTEC_HRU_3601
|
|
-I variants/esp32c3/heltec_hru_3601
|
|
lib_deps = ${esp32c3_base.lib_deps}
|
|
# renovate: datasource=custom.pio depName=NeoPixel packageName=adafruit/library/Adafruit NeoPixel
|
|
adafruit/Adafruit NeoPixel@1.15.2
|