Update platformio.ini
This commit is contained in:
parent
25d4d9d047
commit
20df7ca282
@ -31,6 +31,8 @@ halfile = generic.h
|
|||||||
;halfile = octopus32.h
|
;halfile = octopus32.h
|
||||||
;halfile = tinypico.h
|
;halfile = tinypico.h
|
||||||
;halfile = tinypicomatrix.h
|
;halfile = tinypicomatrix.h
|
||||||
|
;halfile = m5core.h
|
||||||
|
;halfile = m5fire.h
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
; upload firmware to board with usb cable
|
; upload firmware to board with usb cable
|
||||||
@ -43,10 +45,10 @@ description = Paxcounter is a device for metering passenger flows in realtime. I
|
|||||||
|
|
||||||
[common]
|
[common]
|
||||||
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
|
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
|
||||||
release_version = 1.9.85
|
release_version = 1.9.90
|
||||||
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running!
|
; 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
|
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
|
||||||
debug_level = 3
|
debug_level = 5
|
||||||
extra_scripts = pre:build.py
|
extra_scripts = pre:build.py
|
||||||
otakeyfile = ota.conf
|
otakeyfile = ota.conf
|
||||||
lorakeyfile = loraconf.h
|
lorakeyfile = loraconf.h
|
||||||
@ -55,14 +57,13 @@ platform_espressif32 = espressif32@1.11.1
|
|||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
lib_deps_lora =
|
lib_deps_lora =
|
||||||
;MCCI LoRaWAN LMIC library@>=3.1.0 ; MCCI LMIC by Terrill Moore
|
MCCI LoRaWAN LMIC library@>=3.1.0 ; MCCI LMIC by Terrill Moore
|
||||||
https://github.com/mcci-catena/arduino-lmic.git#3ca90f3
|
|
||||||
lib_deps_display =
|
lib_deps_display =
|
||||||
ss_oled@>=3.2.0 ; simple and small OLED lib by Larry Bank
|
ss_oled@>=3.3.1 ; simple and small OLED lib by Larry Bank
|
||||||
BitBang_I2C@>=1.3.0
|
BitBang_I2C@>=1.3.0
|
||||||
QRCode@>=0.0.1
|
QRCode@>=0.0.1
|
||||||
lib_deps_matrix_display =
|
lib_deps_matrix_display =
|
||||||
Ultrathin_LED_Matrix
|
Ultrathin_LED_Matrix@>=1.0.0
|
||||||
lib_deps_rgbled =
|
lib_deps_rgbled =
|
||||||
SmartLeds@>=1.1.6
|
SmartLeds@>=1.1.6
|
||||||
lib_deps_gps =
|
lib_deps_gps =
|
||||||
@ -71,7 +72,8 @@ lib_deps_sensors =
|
|||||||
Adafruit Unified Sensor@>=1.1.1
|
Adafruit Unified Sensor@>=1.1.1
|
||||||
Adafruit BME280 Library@>=2.0.0
|
Adafruit BME280 Library@>=2.0.0
|
||||||
Adafruit BMP085 Library@>=1.0.1
|
Adafruit BMP085 Library@>=1.0.1
|
||||||
lib_deps_sds =
|
BSEC Software Library@1.5.1474
|
||||||
|
;SDS011 sensor Library
|
||||||
https://github.com/ricki-z/SDS011.git#33fd8b6
|
https://github.com/ricki-z/SDS011.git#33fd8b6
|
||||||
lib_deps_basic =
|
lib_deps_basic =
|
||||||
ArduinoJson@^5.13.1
|
ArduinoJson@^5.13.1
|
||||||
@ -88,7 +90,6 @@ lib_deps_all =
|
|||||||
${common.lib_deps_gps}
|
${common.lib_deps_gps}
|
||||||
${common.lib_deps_sensors}
|
${common.lib_deps_sensors}
|
||||||
${common.lib_deps_matrix_display}
|
${common.lib_deps_matrix_display}
|
||||||
${common.lib_deps_sds}
|
|
||||||
build_flags_basic =
|
build_flags_basic =
|
||||||
-include "src/hal/${board.halfile}"
|
-include "src/hal/${board.halfile}"
|
||||||
-include "src/paxcounter.conf"
|
-include "src/paxcounter.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user