From 99515f1191c754fc6a5a6e152535e8a844a1c45a Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Tue, 16 Jul 2019 22:48:37 +0200 Subject: [PATCH] v1.7.82 --- platformio.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/platformio.ini b/platformio.ini index 3bba1b8e..554960bb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -42,7 +42,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.7.8 +release_version = 1.7.82 ; 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 @@ -51,8 +51,6 @@ otakeyfile = ota.conf lorakeyfile = loraconf.h lmicconfigfile = lmic_config.h platform_espressif32 = espressif32@1.9.0 -board_build.partitions = min_spiffs.csv -board = esp32dev monitor_speed = 115200 upload_speed = 115200 lib_deps_lora = @@ -98,11 +96,11 @@ build_flags_all = -mfix-esp32-psram-cache-issue [env] -board = ${common.board} +framework = arduino +board = esp32dev +board_build.partitions = min_spiffs.csv upload_speed = ${common.upload_speed} platform = ${common.platform_espressif32} -framework = arduino -board_build.partitions = ${common.board_build.partitions} lib_deps = ${common.lib_deps_all} build_flags = ${common.build_flags_all} upload_protocol = ${common.upload_protocol}