Skip to content

Commit

Permalink
Fix outdated filter string in platformio_api (#4587)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMike committed Mar 19, 2023
1 parent 48658d5 commit b2cec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/platformio_api.py
Expand Up @@ -47,7 +47,7 @@ def patched_clean_build_dir(build_dir, *args):
r"CONFIGURATION: https://docs.platformio.org/.*",
r"DEBUG: Current.*",
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"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.*",
Expand Down

0 comments on commit b2cec10

Please sign in to comment.