mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix(afe):Shield the warning of ci.
This commit is contained in:
parent
296c9a67f1
commit
61cb36e92c
@ -24,6 +24,7 @@ IGNORE_WARNINGS = [
|
|||||||
r'The current IDF version does not support using the gptimer API',
|
r'The current IDF version does not support using the gptimer API',
|
||||||
r'pkg_resources is deprecated as an API',
|
r'pkg_resources is deprecated as an API',
|
||||||
r'the value \'y\' is invalid for SOC_PCNT_GROUPS',
|
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():
|
def _get_idf_version():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user