-
-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update lmic in preparation for support of new SX1261/1262 chips
- Loading branch information
1 parent
3397537
commit e51e5b2
Showing
3 changed files
with
19 additions
and
6 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 |
---|---|---|
|
@@ -47,7 +47,7 @@ description = Paxcounter is a device for metering passenger flows in realtime. I | |
|
||
[common] | ||
; for release_version use max. 10 chars total, use any decimal format like "a.b.c" | ||
release_version = 3.6.2 | ||
release_version = 3.7.0 | ||
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running! | ||
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose | ||
debug_level = 3 | ||
|
@@ -59,7 +59,7 @@ platform_espressif32 = [email protected] | |
monitor_speed = 115200 | ||
upload_speed = 115200 ; set by build.py and taken from hal file | ||
lib_deps_lora = | ||
mcci-catena/MCCI LoRaWAN LMIC library @ ^4.1.1 | ||
mcci-catena/MCCI LoRaWAN LMIC library @ ^5.0.0 | ||
lib_deps_display = | ||
bitbank2/OneBitDisplay @ ^2.3.1 | ||
bitbank2/bb_spi_lcd @ 2.4.4 | ||
|
@@ -81,7 +81,7 @@ lib_deps_basic = | |
https://github.com/cyberman54/libpax.git | ||
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git | ||
bblanchon/ArduinoJson @ ^6.21.5 | ||
makuna/RTC @ ^2.4.3 | ||
makuna/RTC @ ^2.5.0 | ||
mathertel/OneButton @ ^2.5.0 | ||
lewisxhe/XPowersLib @ ^0.2.6 | ||
256dpi/MQTT @ ^2.5.2 | ||
|
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