From 8d122f36e3ac037cabb96d0993a0bf5c2f3bfdd6 Mon Sep 17 00:00:00 2001 From: Slavomir Hustaty Date: Fri, 3 Jul 2020 07:44:14 +0200 Subject: [PATCH] Update platformio.ini https://github.com/meshtastic/Meshtastic-device/issues/243#issuecomment-653361142 --- platformio.ini | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/platformio.ini b/platformio.ini index f54ab582f..4e61e9acc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -99,17 +99,16 @@ board = ttgo-t-beam lib_deps = ${env.lib_deps} https://github.com/meshtastic/AXP202X_Library.git - build_flags = ${esp32_base.build_flags} -D TBEAM_V10 ; The original TBEAM board without the AXP power chip and a few other changes ; 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: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