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:
Verkehrsrot 2019-09-12 11:09:40 +02:00 committed by GitHub
commit a0f20fe848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 =