-
Notifications
You must be signed in to change notification settings - Fork 907
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing 1.0 legacy boards from releases and completely removing Helt…
…ec wireless capsule from support
- Loading branch information
1 parent
932966b
commit 094d696
Showing
5 changed files
with
2 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |