mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-04 17:11:01 +00:00
Split platformio.ini into one file for each board, only leaving platform definitions and a handful of stale (?) boards around.. (#1141)
This commit is contained in:
6
variants/heltec_v1/platformio.ini
Normal file
6
variants/heltec_v1/platformio.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[env:heltec-v1]
|
||||
;build_type = debug ; to make it possible to step through our jtag debugger
|
||||
extends = esp32_base
|
||||
board = heltec_wifi_lora_32
|
||||
build_flags =
|
||||
${esp32_base.build_flags} -D HELTEC_V1 -I variants/heltec_v1
|
||||
Reference in New Issue
Block a user