From 290818787409c4be0a84b1b7516a9b995ed9510e Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Mon, 30 Dec 2019 17:24:40 +0100 Subject: [PATCH] v1.9.85 --- platformio.ini | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/platformio.ini b/platformio.ini index dd56cf4c..e7ecfb92 100644 --- a/platformio.ini +++ b/platformio.ini @@ -16,10 +16,10 @@ ;halfile = ttgov1.h ;halfile = ttgov2.h ;halfile = ttgov21old.h -halfile = ttgov21new.h +;halfile = ttgov21new.h ;halfile = ttgofox.h ;halfile = ttgobeam.h -;halfile = ttgobeam10.h +halfile = ttgobeam10.h ;halfile = fipy.h ;halfile = lopy.h ;halfile = lopy4.h @@ -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.9.84 +release_version = 1.9.85 ; 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 @@ -55,10 +55,11 @@ platform_espressif32 = espressif32@1.11.1 monitor_speed = 115200 upload_speed = 115200 lib_deps_lora = - MCCI LoRaWAN LMIC library@>=3.1.0 ; MCCI LMIC by Terrill Moore + ;MCCI LoRaWAN LMIC library@>=3.1.0 ; MCCI LMIC by Terrill Moore + https://github.com/mcci-catena/arduino-lmic.git lib_deps_display = - ss_oled@>=3.1.1 ; simple and small OLED lib by Larry Bank - BitBang_I2C@>=1.2.0 + ss_oled@>=3.2.0 ; simple and small OLED lib by Larry Bank + BitBang_I2C@>=1.3.0 QRCode@>=0.0.1 lib_deps_matrix_display = Ultrathin_LED_Matrix @@ -67,12 +68,12 @@ lib_deps_rgbled = lib_deps_gps = 1655@>=1.0.2 ; #1655 TinyGPSPlus by Mikal Hart lib_deps_sensors = - Adafruit Unified Sensor@>=1.0.3 - Adafruit BME280 Library@>=1.0.10 + Adafruit Unified Sensor@>=1.1.1 + Adafruit BME280 Library@>=2.0.0 Adafruit BMP085 Library@>=1.0.1 lib_deps_basic = ArduinoJson@^5.13.1 - 76@>=1.2.2 ; #76 Timezone by Jack Christensen + 76@>=1.2.3 ; #76 Timezone by Jack Christensen 274@>=2.3.3 ; #274 RTC by Michael Miller SimpleButton AXP202X_Library@>=1.1.0 ; AXP202 PMU lib by Lewis He