Skip to content

Commit

Permalink
Removing 1.0 legacy boards from releases and completely removing Helt…
Browse files Browse the repository at this point in the history
…ec wireless capsule from support
  • Loading branch information
thebentern committed Nov 24, 2024
1 parent 932966b commit 094d696
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 67 deletions.
1 change: 0 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ default_envs = tbeam
;default_envs = radiomaster_900_bandit_nano
;default_envs = radiomaster_900_bandit_micro
;default_envs = radiomaster_900_bandit
;default_envs = heltec_capsule_sensor_v3
;default_envs = heltec_vision_master_t190
;default_envs = heltec_vision_master_e213
;default_envs = heltec_vision_master_e290
Expand Down
11 changes: 0 additions & 11 deletions variants/heltec_capsule_sensor_v3/platformio.ini

This file was deleted.

53 changes: 0 additions & 53 deletions variants/heltec_capsule_sensor_v3/variant.h

This file was deleted.

1 change: 1 addition & 0 deletions variants/heltec_wireless_paper_v1/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[env:heltec-wireless-paper-v1_0]
extends = esp32s3_base
board_level = extra
board = heltec_wifi_lora_32_V3
build_flags =
${esp32s3_base.build_flags}
Expand Down
3 changes: 1 addition & 2 deletions variants/heltec_wireless_tracker_V1_0/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[env:heltec-wireless-tracker-V1-0]
extends = esp32s3_base
board_level = extra
board = heltec_wireless_tracker
upload_protocol = esptool

build_flags =
${esp32s3_base.build_flags} -I variants/heltec_wireless_tracker_V1_0
-D HELTEC_TRACKER_V1_0
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
;-D DEBUG_DISABLED ; uncomment this line to disable DEBUG output

lib_deps =
${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.1.8

0 comments on commit 094d696

Please sign in to comment.