forked from cyberman54/ESP32-Paxcounter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
payload decoder reworked for BME680 support
- Loading branch information
Klaus K Wilting
authored and
Klaus K Wilting
committed
Nov 18, 2018
1 parent
02b3f1e
commit 06dcad6
Showing
19 changed files
with
105 additions
and
92 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
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ description = Paxcounter is a proof-of-concept ESP32 device for metering passeng | |
|
||
[common] | ||
; for release_version use max. 10 chars total, use any decimal format like "a.b.c" | ||
release_version = 1.6.68 | ||
release_version = 1.6.8 | ||
; 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 = 0 | ||
|
@@ -41,10 +41,8 @@ keyfile = ota.conf | |
platform_espressif32 = [email protected] | ||
board_build.partitions = min_spiffs.csv | ||
monitor_speed = 115200 | ||
lib_deps_all = | ||
lib_deps_basic = | ||
ArduinoJson@^5.13.1 | ||
Adafruit Unified Sensor@^1.0.2 | ||
Adafruit BME680 Library@^1.0.7 | ||
Time@>=1.5 | ||
lib_deps_lora = | ||
; MCCI LoRaWAN LMIC library@^2.2.2 | ||
|
@@ -54,6 +52,16 @@ lib_deps_rgbled = | |
SmartLeds@>=1.1.3 | ||
lib_deps_gps = | ||
TinyGPSPlus@>=1.0.2 | ||
lib_deps_sensors = | ||
Adafruit Unified Sensor@^1.0.2 | ||
Adafruit BME680 Library@^1.0.7 | ||
lib_deps_all = | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_display} | ||
${common.lib_deps_rgbled} | ||
${common.lib_deps_gps} | ||
${common.lib_deps_sensors} | ||
build_flags = | ||
-include src/hal/${PIOENV}.h | ||
-include src/paxcounter.conf | ||
|
@@ -72,7 +80,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 115200 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
build_flags = | ||
${common.build_flags} | ||
|
@@ -87,8 +95,9 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 115200 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_rgbled} | ||
build_flags = | ||
${common.build_flags} | ||
upload_protocol = ${common.upload_protocol} | ||
|
@@ -102,7 +111,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_display} | ||
build_flags = | ||
|
@@ -118,7 +127,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_display} | ||
build_flags = | ||
|
@@ -134,7 +143,7 @@ board = ttgo-lora32-v1 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 115200 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_display} | ||
build_flags = | ||
|
@@ -150,7 +159,7 @@ board = ttgo-lora32-v1 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_display} | ||
build_flags = | ||
|
@@ -166,7 +175,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_display} | ||
build_flags = | ||
|
@@ -182,7 +191,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_display} | ||
build_flags = | ||
|
@@ -198,7 +207,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_gps} | ||
build_flags = | ||
|
@@ -215,7 +224,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_rgbled} | ||
build_flags = | ||
|
@@ -231,7 +240,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_rgbled} | ||
${common.lib_deps_gps} | ||
|
@@ -248,7 +257,7 @@ board = heltec_wifi_lora_32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_rgbled} | ||
${common.lib_deps_gps} | ||
|
@@ -266,7 +275,7 @@ board = lolin32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_rgbled} | ||
build_flags = | ||
|
@@ -282,7 +291,7 @@ board = lolin32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_rgbled} | ||
build_flags = | ||
|
@@ -298,7 +307,7 @@ board = lolin32 | |
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_basic} | ||
${common.lib_deps_rgbled} | ||
build_flags = | ||
${common.build_flags} | ||
|
@@ -312,13 +321,8 @@ framework = arduino | |
board = featheresp32 | ||
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_rgbled} | ||
${common.lib_deps_display} | ||
build_flags = | ||
${common.build_flags} | ||
lib_deps = ${common.lib_deps_all} | ||
build_flags = ${common.build_flags} | ||
upload_protocol = ${common.upload_protocol} | ||
extra_scripts = ${common.extra_scripts} | ||
monitor_speed = ${common.monitor_speed} | ||
|
@@ -329,14 +333,8 @@ framework = arduino | |
board = heltec_wifi_lora_32 | ||
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_all} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_rgbled} | ||
${common.lib_deps_gps} | ||
${common.lib_deps_display} | ||
build_flags = | ||
${common.build_flags} | ||
lib_deps = ${common.lib_deps_all} | ||
build_flags = ${common.build_flags} | ||
upload_protocol = ${common.upload_protocol} | ||
extra_scripts = ${common.extra_scripts} | ||
monitor_speed = ${common.monitor_speed} | ||
monitor_speed = ${common.monitor_speed} |
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
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
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
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
Oops, something went wrong.