Skip to content

Commit 8cff078

Browse files
committed
v3.6.1
1 parent 3af2f3d commit 8cff078

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

platformio_orig.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ description = Paxcounter is a device for metering passenger flows in realtime. I
4747

4848
[common]
4949
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
50-
release_version = 3.6.0
50+
release_version = 3.6.1
5151
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running!
5252
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
5353
debug_level = 3
@@ -71,16 +71,16 @@ lib_deps_rgbled =
7171
lib_deps_gps =
7272
mikalhart/TinyGPSPlus @ ^1.0.3
7373
lib_deps_sensors =
74-
adafruit/Adafruit Unified Sensor @ ^1.1.9
74+
adafruit/Adafruit Unified Sensor @ ^1.1.11
7575
adafruit/Adafruit BME280 Library @ ^2.2.2
7676
adafruit/Adafruit BMP085 Library @ ^1.2.2
7777
boschsensortec/BSEC Software Library @ 1.8.1492
7878
lewapek/Nova Fitness Sds dust sensors library @ ^1.5.1
7979
lib_deps_basic =
8080
https://github.com/dbSuS/libpax.git
8181
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git
82-
bblanchon/ArduinoJson @ ^6.21.2
83-
makuna/RTC @ ^2.4.1
82+
bblanchon/ArduinoJson @ ^6.21.3
83+
makuna/RTC @ ^2.4.2
8484
mathertel/OneButton @ ^2.0.3
8585
lewisxhe/XPowersLib @ ^0.1.7
8686
256dpi/MQTT @ ^2.5.1

platformio_orig_s3.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = Paxcounter is a device for metering passenger flows in realtime. I
1010

1111
[common]
1212
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
13-
release_version = 3.6.0
13+
release_version = 3.6.1
1414
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running!
1515
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
1616
debug_level = 3
@@ -27,7 +27,7 @@ lib_deps_all =
2727
fastled/FastLED @ ^3.6.0
2828
https://github.com/dbSuS/libpax.git
2929
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git
30-
bblanchon/ArduinoJson @ ^6.21.2
30+
bblanchon/ArduinoJson @ ^6.21.3
3131
mathertel/OneButton @ ^2.0.3
3232
256dpi/MQTT @ ^2.5.1
3333
ricmoo/QRCode @ ^0.0.1

0 commit comments

Comments
 (0)