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.
Merge pull request cyberman54#620 from cyberman54/development
Development
- Loading branch information
Showing
16 changed files
with
168 additions
and
145 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 |
---|---|---|
|
@@ -37,32 +37,31 @@ halfile = generic.h | |
|
||
[platformio] | ||
; upload firmware to board with usb cable | ||
default_envs = usb | ||
;default_envs = usb | ||
; upload firmware to a jfrog bintray repository | ||
;default_envs = ota | ||
; use latest versions of libraries | ||
;default_envs = dev | ||
default_envs = dev | ||
description = Paxcounter is a device for metering passenger flows in realtime. It counts how many mobile devices are around. | ||
|
||
[common] | ||
; for release_version use max. 10 chars total, use any decimal format like "a.b.c" | ||
release_version = 1.9.996 | ||
; 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 | ||
debug_level = 4 | ||
extra_scripts = pre:build.py | ||
otakeyfile = ota.conf | ||
lorakeyfile = loraconf.h | ||
lmicconfigfile = lmic_config.h | ||
platform_espressif32 = [email protected].2 | ||
platform_espressif32 = [email protected].4 | ||
monitor_speed = 115200 | ||
upload_speed = 115200 ; set by build.py and taken from hal file | ||
display_library = ; set by build.py and taken from hal file | ||
lib_deps_lora = | ||
MCCI LoRaWAN LMIC [email protected] ; MCCI LMIC by Terrill Moore | ||
lib_deps_display = | ||
;OneBitDisplay@>1.4.0 | ||
https://github.com/bitbank2/OneBitDisplay.git | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
TFT_eSPI@>=2.2.8 | ||
|
@@ -73,19 +72,19 @@ lib_deps_rgbled = | |
lib_deps_gps = | ||
1655@>=1.0.2 ; #1655 TinyGPSPlus by Mikal Hart | ||
lib_deps_sensors = | ||
Adafruit Unified Sensor@>=1.1.3 | ||
Adafruit Unified Sensor@>=1.1.4 | ||
Adafruit BME280 Library@>=2.0.2 | ||
Adafruit BMP085 Library@>=1.1.0 | ||
BSEC Software [email protected] | ||
https://github.com/ricki-z/SDS011.git | ||
lib_deps_basic = | ||
ArduinoJson@<6 | ||
76@>=1.2.4 ; #76 Timezone by Jack Christensen | ||
274@>=2.3.4 ; #274 RTC by Michael Miller | ||
274@>=2.3.5 ; #274 RTC by Michael Miller | ||
SimpleButton | ||
AXP202X_Library@>=1.1.1 ; AXP202 PMU lib by Lewis He | ||
AXP202X_Library@>=1.1.2 ; AXP202 PMU lib by Lewis He | ||
esp32-micro-sdcard | ||
PubSubClient@>=2.8.0 | ||
MQTT@>=2.4.7 ; MQTT client maintained by Joel Gaehwiler | ||
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
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.