mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
'0' and 'false' are not valid values for a bool symbol. The parser emits a note and falls back to 'n', so the resulting configuration is correct but the build is noisy. Set the two remaining example symbols to 'default n' to make the value explicit and silence the note.