From d06ebc2dd0a5af908d88dca15f40cf487c94c75a Mon Sep 17 00:00:00 2001 From: Hpsaturn Date: Tue, 13 Feb 2024 23:01:16 +0100 Subject: [PATCH] v0.6.2rev980 testing CanAirIO Sensors Library 0.7.4 --- platformio.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platformio.ini b/platformio.ini index 90a5a318..0643d128 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,10 +18,10 @@ platform = espressif32 @ 4.4.0 framework = arduino upload_speed = 1500000 monitor_speed = 115200 -version = 0.6.1 -revision = 979 +version = 0.6.2 +revision = 980 # OTA remote update target (change it to none, if you want prevent CanAirIO updates) -target = prod +target = dev monitor_filters = esp32_exception_decoder ; time @@ -42,8 +42,8 @@ lib_deps = https://github.com/256dpi/arduino-mqtt.git#7afcfb1 https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git#8e5f051 - hpsaturn/CanAirIO Air Quality Sensors Library @ 0.7.3 - ; https://github.com/kike-canaries/canairio_sensorlib.git#devel + ; hpsaturn/CanAirIO Air Quality Sensors Library @ 0.7.3 + https://github.com/kike-canaries/canairio_sensorlib.git#devel ; ${commonlibs.lib_deps} ; only for local tests of sensorslib [esp32_common]