-
-
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 #323 from cyberman54/development
v1.7.4
- Loading branch information
Showing
34 changed files
with
477 additions
and
261 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
env_default = generic | ||
;env_default = ebox | ||
;env_default = eboxtube | ||
;env_default = ecopower | ||
;env_default = heltec | ||
;env_default = heltecv2 | ||
;env_default = ttgov1 | ||
|
@@ -24,13 +25,13 @@ env_default = generic | |
;env_default = lolin32lora | ||
;env_default = lolin32lite | ||
;env_default = octopus32 | ||
;env_default = ebox, eboxtube, heltec, ttgobeam, lopy4, lopy, ttgov21old, ttgov21new, ttgofox | ||
;env_default = ecopower, eboxtube, heltec, ttgobeam, lopy4, lopy, ttgov21old, ttgov21new, ttgofox | ||
; | ||
description = Paxcounter is a proof-of-concept ESP32 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.7.39 | ||
release_version = 1.7.4 | ||
; 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 | ||
|
@@ -44,7 +45,8 @@ platform_espressif32 = [email protected] | |
board_build.partitions = min_spiffs.csv | ||
monitor_speed = 115200 | ||
lib_deps_lora = | ||
MCCI LoRaWAN LMIC library@>=2.3.2 | ||
;MCCI LoRaWAN LMIC library@>=2.3.2 | ||
https://github.com/mcci-catena/arduino-lmic.git#6e5ebbe | ||
lib_deps_display = | ||
U8g2@>=2.25.7 | ||
lib_deps_rgbled = | ||
|
@@ -113,6 +115,22 @@ upload_protocol = ${common.upload_protocol} | |
extra_scripts = ${common.extra_scripts} | ||
monitor_speed = ${common.monitor_speed} | ||
|
||
[env:ecopower] | ||
platform = ${common.platform_espressif32} | ||
framework = arduino | ||
board = esp32dev | ||
board_build.partitions = ${common.board_build.partitions} | ||
upload_speed = 921600 | ||
lib_deps = | ||
${common.lib_deps_basic} | ||
${common.lib_deps_lora} | ||
${common.lib_deps_display} | ||
build_flags = | ||
${common.build_flags_basic} | ||
upload_protocol = ${common.upload_protocol} | ||
extra_scripts = ${common.extra_scripts} | ||
monitor_speed = ${common.monitor_speed} | ||
|
||
[env:heltec] | ||
platform = ${common.platform_espressif32} | ||
framework = arduino | ||
|
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.