From 01dab639e4d8ad67274b011b5eb854c7d8ca9623 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Mon, 10 Feb 2020 22:58:34 +0100 Subject: [PATCH 1/2] Update platformio.ini --- platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index aa06e57e..076e6b47 100644 --- a/platformio.ini +++ b/platformio.ini @@ -59,7 +59,8 @@ upload_speed = 115200 lib_deps_lora = MCCI LoRaWAN LMIC library@>=3.1.0 ; MCCI LMIC by Terrill Moore lib_deps_display = - ss_oled@>=3.3.0 ; simple and small OLED lib by Larry Bank + ;ss_oled@>=3.3.1 ; simple and small OLED lib by Larry Bank + https://github.com/bitbank2/ss_oled#23799d0 BitBang_I2C@>=1.3.0 QRCode@>=0.0.1 lib_deps_matrix_display = @@ -125,4 +126,4 @@ upload_protocol = esptool upload_protocol = esptool build_type = debug platform = https://github.com/platformio/platform-espressif32.git#develop -platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git \ No newline at end of file +platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git From f99204aaecbef44102428962080d6074a952e3b2 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Tue, 11 Feb 2020 08:13:55 +0100 Subject: [PATCH 2/2] ss_oled lib update --- platformio.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 076e6b47..4593402d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -48,7 +48,7 @@ description = Paxcounter is a device for metering passenger flows in realtime. I release_version = 1.9.90 ; 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 +debug_level = 5 extra_scripts = pre:build.py otakeyfile = ota.conf lorakeyfile = loraconf.h @@ -59,8 +59,7 @@ upload_speed = 115200 lib_deps_lora = MCCI LoRaWAN LMIC library@>=3.1.0 ; MCCI LMIC by Terrill Moore lib_deps_display = - ;ss_oled@>=3.3.1 ; simple and small OLED lib by Larry Bank - https://github.com/bitbank2/ss_oled#23799d0 + ss_oled@>=3.3.1 ; simple and small OLED lib by Larry Bank BitBang_I2C@>=1.3.0 QRCode@>=0.0.1 lib_deps_matrix_display =