-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from meshtastic/master
Merge master
- Loading branch information
Showing
14 changed files
with
285 additions
and
53 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 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 |
---|---|---|
|
@@ -12,6 +12,8 @@ | |
default_envs = tbeam | ||
;default_envs = tbeam0.7 | ||
;default_envs = heltec-v2.0 | ||
;default_envs = heltec-v1 | ||
;default_envs = tlora-v1 | ||
;default_envs = tlora-v1 | ||
;default_envs = tlora_v1_3 | ||
;default_envs = tlora-v2 | ||
|
@@ -114,6 +116,9 @@ lib_deps = | |
paulstoffregen/OneWire@^2.3.5 | ||
robtillaart/DS18B20@^0.1.11 | ||
h2zero/[email protected] | ||
tobozo/ESP32-targz@^1.1.4 | ||
arduino-libraries/NTPClient#531eff39d9fbc831f3d03f706a161739203fbe2a | ||
|
||
# Hmm - this doesn't work yet | ||
# board_build.ldscript = linker/esp32.extram.bss.ld | ||
lib_ignore = | ||
|
@@ -158,6 +163,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 | ||
|
Submodule proto
updated
from 4a6408 to 7b80bd
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
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
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
Oops, something went wrong.