Fix src_filter in platformio.ini after src_dir change (#2353)

This commit is contained in:
Otto Winter 2021-09-21 06:37:13 +02:00 committed by GitHub
parent 7c884329eb
commit 24f445dade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ lib_deps =
build_flags =
-DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_VERY_VERBOSE
src_filter =
+<esphome>
+<tests/dummy_main.cpp>
+<.temp/all-include.cpp>
+<./>
+<../tests/dummy_main.cpp>
+<../.temp/all-include.cpp>
[common:esp8266]
extends = common