mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-30 19:29:17 +00:00
remove tbeam0.7 until someone who has the hardware can debug it
This commit is contained in:
parent
7bbcf101c1
commit
86716c4397
@ -36,7 +36,7 @@ for COUNTRY in $COUNTRIES; do
|
|||||||
|
|
||||||
export PLATFORMIO_BUILD_FLAGS="$COMMONOPTS"
|
export PLATFORMIO_BUILD_FLAGS="$COMMONOPTS"
|
||||||
|
|
||||||
do_build "tbeam0.7"
|
#do_build "tbeam0.7"
|
||||||
do_build "ttgo-lora32-v2"
|
do_build "ttgo-lora32-v2"
|
||||||
do_build "ttgo-lora32-v1"
|
do_build "ttgo-lora32-v1"
|
||||||
do_build "tbeam"
|
do_build "tbeam"
|
||||||
|
@ -86,11 +86,12 @@ build_flags =
|
|||||||
${esp32_base.build_flags} -D TBEAM_V10
|
${esp32_base.build_flags} -D TBEAM_V10
|
||||||
|
|
||||||
; 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]
|
; Note: I've heard reports this didn't work. Disabled until someone with a 0.7 can test and debug.
|
||||||
extends = esp32_base
|
;[env:tbeam0.7]
|
||||||
board = ttgo-t-beam
|
;extends = esp32_base
|
||||||
build_flags =
|
;board = ttgo-t-beam
|
||||||
${esp32_base.build_flags} -D TBEAM_V07
|
;build_flags =
|
||||||
|
; ${esp32_base.build_flags} -D TBEAM_V07
|
||||||
|
|
||||||
[env:heltec]
|
[env:heltec]
|
||||||
;build_type = debug ; to make it possible to step through our jtag debugger
|
;build_type = debug ; to make it possible to step through our jtag debugger
|
||||||
|
Loading…
Reference in New Issue
Block a user