When using kconfig for the Linux kernel I can do [code]make savedefconfig[/code] to create a minimal configuration file that excludes variables that have their default value.
I have just found in the esp32 documentation that the equivalent there is [code]save-defconfig[/code], but that doesn't seem to work with esp8266.
Can anyone tell me how do I do do this with ESP8266_RTOS_SDK (latest v3.4 version)?
Many thanks,
Tom