bugfix(afe):Shield the warning of ci.

This commit is contained in:
xiewei 2023-07-20 11:46:26 +08:00
parent 296c9a67f1
commit 61cb36e92c

View File

@ -24,6 +24,7 @@ IGNORE_WARNINGS = [
r'The current IDF version does not support using the gptimer API',
r'pkg_resources is deprecated as an API',
r'the value \'y\' is invalid for SOC_PCNT_GROUPS',
r'\'1\' is not a valid value for the bool symbol SOC_PCNT_GROUPS',
]
def _get_idf_version():