mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Fix outdated filter string in platformio_api (#4587)
This commit is contained in:
parent
48658d5a55
commit
b2cec10601
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ FILTER_PLATFORMIO_LINES = [
|
||||||
r"CONFIGURATION: https://docs.platformio.org/.*",
|
r"CONFIGURATION: https://docs.platformio.org/.*",
|
||||||
r"DEBUG: Current.*",
|
r"DEBUG: Current.*",
|
||||||
r"LDF Modes:.*",
|
r"LDF Modes:.*",
|
||||||
r"LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf.*",
|
r"LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf.*",
|
||||||
f"Looking for {IGNORE_LIB_WARNINGS} library in registry",
|
f"Looking for {IGNORE_LIB_WARNINGS} library in registry",
|
||||||
f"Warning! Library `.*'{IGNORE_LIB_WARNINGS}.*` has not been found in PlatformIO Registry.",
|
f"Warning! Library `.*'{IGNORE_LIB_WARNINGS}.*` has not been found in PlatformIO Registry.",
|
||||||
f"You can ignore this message, if `.*{IGNORE_LIB_WARNINGS}.*` is a built-in library.*",
|
f"You can ignore this message, if `.*{IGNORE_LIB_WARNINGS}.*` is a built-in library.*",
|
||||||
|
|
Loading…
Reference in a new issue