Skip to content

Commit

Permalink
update LL2, corrects packet success calculations, related to #81
Browse files Browse the repository at this point in the history
  • Loading branch information
paidforby committed Sep 20, 2020
1 parent a537408 commit 821012d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 821012d

Please sign in to comment.