pir plugin

This commit is contained in:
2018-12-03 15:34:27 +01:00
parent 65a43fb667
commit d906286eda
5 changed files with 108 additions and 0 deletions

View File

@@ -26,6 +26,18 @@ lib_deps = ${common.lib_deps}
lib_ignore =
Ai Esp32 Rotary Encoder
[env:pir]
platform = ${common.platform}
board = ${common.board}
framework = ${common.framework}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
build_flags = -DSPROCKET_PRINT=1
src_filter = +<*> -<examples/> +<examples/pir/> -<inputs/> +<inputs/pir> +<inputs/digital>
lib_deps = ${common.lib_deps}
lib_ignore =
Ai Esp32 Rotary Encoder
[env:audio]
platform = ${common.platform}
board = ${common.board}