mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 02:09:57 +00:00
Making some board levels extra for uncommon hardware
This commit is contained in:
parent
ef1f0cb074
commit
ec23189407
@ -1,5 +1,6 @@
|
|||||||
; MonteOps M.Node/M.Backbone/M.Eagle hardware based on hardware variant #1 (RAK4630 based)
|
; MonteOps M.Node/M.Backbone/M.Eagle hardware based on hardware variant #1 (RAK4630 based)
|
||||||
[env:monteops_hw1]
|
[env:monteops_hw1]
|
||||||
|
board_level = extra
|
||||||
extends = nrf52840_base
|
extends = nrf52840_base
|
||||||
board = wiscore_rak4631
|
board = wiscore_rak4631
|
||||||
build_flags = ${nrf52840_base.build_flags} -Ivariants/monteops_hw1 -D MONTEOPS_HW1
|
build_flags = ${nrf52840_base.build_flags} -Ivariants/monteops_hw1 -D MONTEOPS_HW1
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[env:senselora_rp2040]
|
[env:senselora_rp2040]
|
||||||
|
board_level = extra
|
||||||
extends = rp2040_base
|
extends = rp2040_base
|
||||||
board = rpipico
|
board = rpipico
|
||||||
upload_protocol = picotool
|
upload_protocol = picotool
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
; The original TBEAM board without the AXP power chip and a few other changes
|
; The original TBEAM board without the AXP power chip and a few other changes
|
||||||
[env:tbeam0_7]
|
[env:tbeam0_7]
|
||||||
|
board_level = extra
|
||||||
extends = esp32_base
|
extends = esp32_base
|
||||||
board = ttgo-t-beam
|
board = ttgo-t-beam
|
||||||
build_flags =
|
build_flags =
|
||||||
|
Loading…
Reference in New Issue
Block a user