Merge pull request #439 from cyberman54/development
v1.8.031: pin down lmic version due to join issue (issue #437)
This commit is contained in:
commit
a0f20fe848
@ -43,7 +43,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 = 1.8.02
|
||||
release_version = 1.8.031
|
||||
; 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
|
||||
@ -56,7 +56,7 @@ monitor_speed = 115200
|
||||
upload_speed = 115200
|
||||
lib_deps_lora =
|
||||
;MCCI LoRaWAN LMIC library@2.3.2
|
||||
https://github.com/mcci-catena/arduino-lmic.git
|
||||
https://github.com/mcci-catena/arduino-lmic.git#76f7bd5
|
||||
lib_deps_display =
|
||||
U8g2@>=2.26.13
|
||||
lib_deps_matrix_display =
|
||||
|
Loading…
Reference in New Issue
Block a user