Menuconfig: Don't ask to save configuration when nothing has changed

Closes https://github.com/espressif/esp-idf/issues/4303
This commit is contained in:
Roland Dobai
2019-11-08 14:40:28 +01:00
committed by bot
parent 8c3cb232f0
commit be749395c4
7 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
# the build system is responsible for detecting the mismatch between
# CONFIG_IDF_TARGET and $IDF_TARGET.
string
default "$(IDF_TARGET)"
default "$IDF_TARGET"
config IDF_TARGET_ESP32
bool