From 86716c439760b83d95d2c395b24210992cd6f2f2 Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 16 Apr 2020 09:05:53 -0700 Subject: [PATCH] remove tbeam0.7 until someone who has the hardware can debug it --- bin/build-all.sh | 2 +- platformio.ini | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bin/build-all.sh b/bin/build-all.sh index 29a6af3a6..2c52dd19a 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -36,7 +36,7 @@ for COUNTRY in $COUNTRIES; do export PLATFORMIO_BUILD_FLAGS="$COMMONOPTS" - do_build "tbeam0.7" + #do_build "tbeam0.7" do_build "ttgo-lora32-v2" do_build "ttgo-lora32-v1" do_build "tbeam" diff --git a/platformio.ini b/platformio.ini index 4030a68c3..470bc69d5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -86,11 +86,12 @@ build_flags = ${esp32_base.build_flags} -D TBEAM_V10 ; The original TBEAM board without the AXP power chip and a few other changes -[env:tbeam0.7] -extends = esp32_base -board = ttgo-t-beam -build_flags = - ${esp32_base.build_flags} -D TBEAM_V07 +; Note: I've heard reports this didn't work. Disabled until someone with a 0.7 can test and debug. +;[env:tbeam0.7] +;extends = esp32_base +;board = ttgo-t-beam +;build_flags = +; ${esp32_base.build_flags} -D TBEAM_V07 [env:heltec] ;build_type = debug ; to make it possible to step through our jtag debugger