mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 08:28:12 +01:00
Fix src_filter in platformio.ini after src_dir change (#2353)
This commit is contained in:
parent
7c884329eb
commit
24f445dade
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ lib_deps =
|
||||||
build_flags =
|
build_flags =
|
||||||
-DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_VERY_VERBOSE
|
-DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_VERY_VERBOSE
|
||||||
src_filter =
|
src_filter =
|
||||||
+<esphome>
|
+<./>
|
||||||
+<tests/dummy_main.cpp>
|
+<../tests/dummy_main.cpp>
|
||||||
+<.temp/all-include.cpp>
|
+<../.temp/all-include.cpp>
|
||||||
|
|
||||||
[common:esp8266]
|
[common:esp8266]
|
||||||
extends = common
|
extends = common
|
||||||
|
|
Loading…
Reference in a new issue