About sdkconfig options
Posted: Tue Jun 17, 2025 9:59 am
I did the following test. I went into menuconfig and chose Flash SPI Mode: DOUT. I saved and then checked the sdkconfig file. And both options were changed accordingly:
CONFIG_ESPTOOLPY_FLASHMODE_DOUT=y
CONFIG_ESPTOOLPY_FLASHMODE="dout"
Then I changed in menuconfig to QIO, saved and then in sdkconfig it looks like this:
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHMODE="dio"
Is there a bug that prevents the string option from updating or is there something I'm missing and this is how it should actually work?
CONFIG_ESPTOOLPY_FLASHMODE_DOUT=y
CONFIG_ESPTOOLPY_FLASHMODE="dout"
Then I changed in menuconfig to QIO, saved and then in sdkconfig it looks like this:
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHMODE="dio"
Is there a bug that prevents the string option from updating or is there something I'm missing and this is how it should actually work?