From 61cb36e92c7b86323a6e62b9aa01d84ef18c6886 Mon Sep 17 00:00:00 2001 From: xiewei Date: Thu, 20 Jul 2023 11:46:26 +0800 Subject: [PATCH] bugfix(afe):Shield the warning of ci. --- test_apps/build_apps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_apps/build_apps.py b/test_apps/build_apps.py index e3c6c9f..9b8b842 100644 --- a/test_apps/build_apps.py +++ b/test_apps/build_apps.py @@ -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():