diff --git a/tools/idf.py b/tools/idf.py index 669a1889..7d6a3f49 100755 --- a/tools/idf.py +++ b/tools/idf.py @@ -953,7 +953,7 @@ def init_cli(): "names": ["-n", "--no-warnings"], "help": "Disable Cmake warnings.", "is_flag": True, - "default": False, + "default": True, }, { "names": ["-v", "--verbose"],