2019-01-19 19:54:54 +01:00
|
|
|
; PlatformIO Project Configuration File
|
2019-06-29 15:03:55 +02:00
|
|
|
; NOTE: PlatformIO v4 is needed!
|
2019-01-19 19:54:54 +01:00
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; http://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
|
2019-06-30 17:48:24 +02:00
|
|
|
; ---> SELECT THE TARGET PLATFORM HERE! <---
|
2019-06-29 15:03:55 +02:00
|
|
|
[board]
|
2019-09-20 21:30:23 +02:00
|
|
|
;halfile = generic.h
|
2019-06-29 15:03:55 +02:00
|
|
|
;halfile = ebox.h
|
|
|
|
;halfile = eboxtube.h
|
|
|
|
;halfile = ecopower.h
|
|
|
|
;halfile = heltec.h
|
|
|
|
;halfile = heltecv2.h
|
|
|
|
;halfile = ttgov1.h
|
|
|
|
;halfile = ttgov2.h
|
|
|
|
;halfile = ttgov21old.h
|
|
|
|
;halfile = ttgov21new.h
|
2019-06-29 15:34:46 +02:00
|
|
|
;halfile = ttgofox.h
|
2019-09-20 21:30:23 +02:00
|
|
|
halfile = ttgobeam.h
|
2019-09-02 18:18:34 +02:00
|
|
|
;halfile = ttgobeam10.h
|
2019-06-29 15:03:55 +02:00
|
|
|
;halfile = fipy.h
|
|
|
|
;halfile = lopy.h
|
|
|
|
;halfile = lopy4.h
|
|
|
|
;halfile = lolin32litelora.h
|
|
|
|
;halfile = lolin32lora.h
|
|
|
|
;halfile = lolin32lite.h
|
|
|
|
;halfile = wemos32oled.h
|
2019-07-15 22:06:50 +02:00
|
|
|
;halfile = wemos32matrix.h
|
2019-06-29 15:03:55 +02:00
|
|
|
;halfile = octopus32.h
|
2019-08-14 21:52:12 +02:00
|
|
|
;halfile = tinypico.h
|
2019-08-17 18:31:45 +02:00
|
|
|
;halfile = tinypicomatrix.h
|
2019-06-29 15:03:55 +02:00
|
|
|
|
2019-01-19 19:54:54 +01:00
|
|
|
[platformio]
|
2019-06-29 15:03:55 +02:00
|
|
|
; upload firmware to board with usb cable
|
2019-09-18 16:30:09 +02:00
|
|
|
default_envs = usb
|
2019-06-29 15:03:55 +02:00
|
|
|
; upload firmware to a jfrog bintray repository
|
2019-06-29 17:04:57 +02:00
|
|
|
;default_envs = ota
|
2019-07-22 23:48:22 +02:00
|
|
|
; use latest versions of libraries
|
2019-09-18 16:30:09 +02:00
|
|
|
;default_envs = dev
|
2019-06-30 17:48:24 +02:00
|
|
|
description = Paxcounter is a device for metering passenger flows in realtime. It counts how many mobile devices are around.
|
2019-01-19 19:54:54 +01:00
|
|
|
|
|
|
|
[common]
|
|
|
|
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
|
2019-09-20 13:22:45 +02:00
|
|
|
release_version = 1.8.3
|
2019-01-19 19:54:54 +01:00
|
|
|
; 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
|
2019-09-20 21:30:23 +02:00
|
|
|
debug_level = 4
|
2019-01-19 19:54:54 +01:00
|
|
|
extra_scripts = pre:build.py
|
2019-05-26 17:46:33 +02:00
|
|
|
otakeyfile = ota.conf
|
|
|
|
lorakeyfile = loraconf.h
|
|
|
|
lmicconfigfile = lmic_config.h
|
2019-09-18 18:56:41 +02:00
|
|
|
platform_espressif32 = espressif32@1.10.0
|
2019-01-19 19:54:54 +01:00
|
|
|
monitor_speed = 115200
|
2019-06-30 17:48:24 +02:00
|
|
|
upload_speed = 115200
|
2019-01-19 20:04:47 +01:00
|
|
|
lib_deps_lora =
|
2019-04-15 12:57:55 +02:00
|
|
|
;MCCI LoRaWAN LMIC library@2.3.2
|
2019-09-17 15:05:35 +02:00
|
|
|
https://github.com/mcci-catena/arduino-lmic.git
|
2019-01-19 19:54:54 +01:00
|
|
|
lib_deps_display =
|
2019-06-23 15:51:10 +02:00
|
|
|
U8g2@>=2.26.13
|
2019-05-05 23:43:18 +02:00
|
|
|
lib_deps_matrix_display =
|
|
|
|
https://github.com/Seeed-Studio/Ultrathin_LED_Matrix.git
|
2019-01-19 19:54:54 +01:00
|
|
|
lib_deps_rgbled =
|
2019-08-28 22:04:24 +02:00
|
|
|
SmartLeds@>=1.1.6
|
2019-01-19 19:54:54 +01:00
|
|
|
lib_deps_gps =
|
2019-06-29 15:03:55 +02:00
|
|
|
1655@>=1.0.2 ;TinyGPSPlus by Mikal Hart
|
2019-03-13 21:15:28 +01:00
|
|
|
lib_deps_sensors =
|
2019-07-06 15:52:11 +02:00
|
|
|
Adafruit Unified Sensor@>=1.0.3
|
|
|
|
Adafruit BME280 Library@>=1.0.9
|
2019-01-19 19:54:54 +01:00
|
|
|
lib_deps_basic =
|
|
|
|
ArduinoJson@^5.13.1
|
2019-07-06 15:52:11 +02:00
|
|
|
76@>=1.2.2 ;Timezone by Jack Christensen
|
|
|
|
274@>=2.3.3 ;RTC by Michael Miller
|
2019-05-03 20:24:42 +02:00
|
|
|
SimpleButton
|
2019-09-20 18:11:49 +02:00
|
|
|
;AXP202X_Library@^1.0.0
|
|
|
|
https://github.com/cyberman54/AXP202X_Library.git
|
2019-01-19 20:04:47 +01:00
|
|
|
lib_deps_all =
|
2019-01-19 19:54:54 +01:00
|
|
|
${common.lib_deps_basic}
|
|
|
|
${common.lib_deps_lora}
|
|
|
|
${common.lib_deps_display}
|
|
|
|
${common.lib_deps_rgbled}
|
|
|
|
${common.lib_deps_gps}
|
2019-07-06 15:52:11 +02:00
|
|
|
${common.lib_deps_sensors}
|
2019-05-27 23:29:26 +02:00
|
|
|
${common.lib_deps_matrix_display}
|
2019-01-19 19:54:54 +01:00
|
|
|
build_flags_basic =
|
2019-06-29 15:03:55 +02:00
|
|
|
-include "src/hal/${board.halfile}"
|
2019-01-19 19:54:54 +01:00
|
|
|
-include "src/paxcounter.conf"
|
2019-07-25 23:25:33 +02:00
|
|
|
-w
|
2019-01-19 19:54:54 +01:00
|
|
|
'-DCORE_DEBUG_LEVEL=${common.debug_level}'
|
|
|
|
'-DLOG_LOCAL_LEVEL=${common.debug_level}'
|
|
|
|
'-DPROGVERSION="${common.release_version}"'
|
|
|
|
build_flags_sensors =
|
|
|
|
-Llib/Bosch-BSEC/src/esp32/
|
|
|
|
-lalgobsec
|
|
|
|
build_flags_all =
|
|
|
|
${common.build_flags_basic}
|
|
|
|
${common.build_flags_sensors}
|
|
|
|
-mfix-esp32-psram-cache-issue
|
|
|
|
|
2019-06-29 15:03:55 +02:00
|
|
|
[env]
|
2019-07-16 22:48:37 +02:00
|
|
|
framework = arduino
|
|
|
|
board = esp32dev
|
|
|
|
board_build.partitions = min_spiffs.csv
|
2019-06-30 17:48:24 +02:00
|
|
|
upload_speed = ${common.upload_speed}
|
2019-01-19 19:54:54 +01:00
|
|
|
platform = ${common.platform_espressif32}
|
|
|
|
lib_deps = ${common.lib_deps_all}
|
|
|
|
build_flags = ${common.build_flags_all}
|
|
|
|
upload_protocol = ${common.upload_protocol}
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
monitor_speed = ${common.monitor_speed}
|
|
|
|
|
2019-06-29 15:03:55 +02:00
|
|
|
[env:ota]
|
|
|
|
upload_protocol = custom
|
|
|
|
|
|
|
|
[env:usb]
|
2019-06-29 17:04:57 +02:00
|
|
|
upload_protocol = esptool
|
|
|
|
|
|
|
|
[env:dev]
|
2019-09-17 15:05:35 +02:00
|
|
|
upload_protocol = esptool
|
2019-06-30 17:48:24 +02:00
|
|
|
build_type = debug
|
2019-06-29 17:04:57 +02:00
|
|
|
platform = https://github.com/platformio/platform-espressif32.git#develop
|
|
|
|
platform_packages =
|
|
|
|
; use upstream Git version
|
2019-06-29 17:05:49 +02:00
|
|
|
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|