-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update LL2, corrects packet success calculations, related to #81
- Loading branch information
paidforby
committed
Sep 20, 2020
1 parent
a537408
commit 821012d
Showing
1 changed file
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ lib_deps = | |
ESP Async [email protected] | ||
[email protected] | ||
https://github.com/jgromes/RadioLib#3682c6c9215891e3afb7672f1235fde1c3bd75fd | ||
https://github.com/sudomesh/LoRaLayer2#72c67c3c7fcc23dbcb6daf6d6e6ef1ed2372f430 | ||
https://github.com/sudomesh/LoRaLayer2#efaa3fa73e3c8f6a7c66e335873c0bd81cc865e3 | ||
https://github.com/paidforby/AsyncSDServer#13375c6be978cb34180378ecf4042a3a4a1f5eab | ||
ESP8266 and ESP32 OLED driver for SSD1306 displays | ||
[email protected] | ||
|
@@ -54,7 +54,7 @@ build_flags = -DTTGO_LORA_V2 | |
-DHAS_OLED | ||
-I./src | ||
; -DLL2_DEBUG | ||
; | ||
|
||
[env:ttgo-lora32-v2-rl] | ||
board = ttgo-lora32-v1 | ||
build_flags = -DTTGO_LORA_V2 | ||
|
@@ -68,6 +68,7 @@ board = ttgo-lora32-v1 | |
build_flags = -DTTGO_TBEAM | ||
-DARDUINO_LORA | ||
-I./src | ||
; -DLL2_DEBUG | ||
|
||
[env:heltec-v2] | ||
board = heltec_wifi_lora_32_V2 | ||
|