From 9c7121df3e9f05e97ec0e2607ef26ce810574ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 30 Dec 2021 22:18:08 +0100 Subject: [PATCH] Update platformio.ini add new board to platform.io definition --- platformio.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/platformio.ini b/platformio.ini index 1d35ddeb..9c301ea3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,6 +12,7 @@ default_envs = tbeam ;default_envs = tbeam0.7 ;default_envs = heltec-v2.0 +;default_envs = heltec-v1 ;default_envs = tlora-v1 ;default_envs = tlora_v1_3 ;default_envs = tlora-v2 @@ -158,6 +159,13 @@ board = ttgo-t-beam build_flags = ${esp32_base.build_flags} -D TBEAM_V07 +[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 + [env:heltec-v2.0] ;build_type = debug ; to make it possible to step through our jtag debugger extends = esp32_base