-
-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #947 from cyberman54/development
v3.4.7
- Loading branch information
Showing
6 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,15 +46,15 @@ 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.4.62 | ||
release_version = 3.4.7 | ||
; 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 | ||
extra_scripts = pre:src/build.py | ||
otakeyfile = ota.conf | ||
lorakeyfile = loraconf.h | ||
lmicconfigfile = lmic_config.h | ||
platform_espressif32 = [email protected].0 | ||
platform_espressif32 = [email protected].1 | ||
monitor_speed = 115200 | ||
upload_speed = 115200 ; set by build.py and taken from hal file | ||
lib_deps_lora = | ||
|
@@ -78,11 +78,11 @@ lib_deps_sensors = | |
lib_deps_basic = | ||
greyrook/libpax @ ^1.1.0 | ||
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git | ||
bblanchon/ArduinoJson @ ^6.20.0 | ||
makuna/RTC @ ^2.3.5 | ||
bblanchon/ArduinoJson @ ^6.20.1 | ||
makuna/RTC @ ^2.3.6 | ||
mathertel/OneButton @ ^2.0.3 | ||
lewisxhe/XPowersLib @ ^0.1.5 | ||
256dpi/MQTT @ ^2.5.0 | ||
256dpi/MQTT @ ^2.5.1 | ||
lib_deps_all = | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,15 @@ 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.4.62 | ||
release_version = 3.4.7 | ||
; 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 | ||
extra_scripts = pre:src/build.py | ||
otakeyfile = ota.conf | ||
lorakeyfile = loraconf.h | ||
lmicconfigfile = lmic_config.h | ||
platform_espressif32 = [email protected].0 | ||
platform_espressif32 = [email protected].1 | ||
monitor_speed = 115200 | ||
upload_speed = 115200 ; set by build.py and taken from hal file | ||
lib_deps_all = | ||
|
@@ -27,9 +27,9 @@ lib_deps_all = | |
fastled/FastLED @ ^3.5.0 | ||
greyrook/libpax @ ^1.1.0 | ||
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git | ||
bblanchon/ArduinoJson @ ^6.20.0 | ||
bblanchon/ArduinoJson @ ^6.20.1 | ||
mathertel/OneButton @ ^2.0.3 | ||
256dpi/MQTT @ ^2.5.0 | ||
256dpi/MQTT @ ^2.5.1 | ||
ricmoo/QRCode @ ^0.0.1 | ||
build_flags_basic = | ||
-include "src/paxcounter.conf" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters