Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Jul 29, 2023
1 parent 3af2f3d commit 8cff078
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions platformio_orig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 3.6.0
release_version = 3.6.1
; 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
Expand All @@ -71,16 +71,16 @@ lib_deps_rgbled =
lib_deps_gps =
mikalhart/TinyGPSPlus @ ^1.0.3
lib_deps_sensors =
adafruit/Adafruit Unified Sensor @ ^1.1.9
adafruit/Adafruit Unified Sensor @ ^1.1.11
adafruit/Adafruit BME280 Library @ ^2.2.2
adafruit/Adafruit BMP085 Library @ ^1.2.2
boschsensortec/BSEC Software Library @ 1.8.1492
lewapek/Nova Fitness Sds dust sensors library @ ^1.5.1
lib_deps_basic =
https://github.com/dbSuS/libpax.git
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git
bblanchon/ArduinoJson @ ^6.21.2
makuna/RTC @ ^2.4.1
bblanchon/ArduinoJson @ ^6.21.3
makuna/RTC @ ^2.4.2
mathertel/OneButton @ ^2.0.3
lewisxhe/XPowersLib @ ^0.1.7
256dpi/MQTT @ ^2.5.1
Expand Down
4 changes: 2 additions & 2 deletions platformio_orig_s3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 = 3.6.0
release_version = 3.6.1
; 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
Expand All @@ -27,7 +27,7 @@ lib_deps_all =
fastled/FastLED @ ^3.6.0
https://github.com/dbSuS/libpax.git
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git
bblanchon/ArduinoJson @ ^6.21.2
bblanchon/ArduinoJson @ ^6.21.3
mathertel/OneButton @ ^2.0.3
256dpi/MQTT @ ^2.5.1
ricmoo/QRCode @ ^0.0.1
Expand Down

0 comments on commit 8cff078

Please sign in to comment.