From 555cf4138080faeaa8f708249a20245ce67a7360 Mon Sep 17 00:00:00 2001 From: HouzuoGuo Date: Sun, 10 Jan 2021 13:36:54 +0200 Subject: [PATCH] Increase release version from 2.1.1 to 2.2.0. This is necessary after having changed the payload type definition bits recently. By increasing the release number, the setup function will erase memorised and non-compatible enabled payload bits. --- platformio_orig.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio_orig.ini b/platformio_orig.ini index a6cf1ac7..a39cc315 100644 --- a/platformio_orig.ini +++ b/platformio_orig.ini @@ -47,7 +47,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 = 2.1.1 +release_version = 2.2.0 ; 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 @@ -135,4 +135,4 @@ upload_protocol = esptool [env:dev] upload_protocol = esptool build_type = debug -platform = https://github.com/platformio/platform-espressif32.git#develop \ No newline at end of file +platform = https://github.com/platformio/platform-espressif32.git#develop