Where to run "make menuconfig"
Posted: Tue Nov 21, 2017 3:10 am
by -Rudy-
We can set this in the "make menuconfig"
Great instruction if I knew where to run "make menuconfig". I'm using Windows 10. Can someone point mt in the right direction please.
Re: Where to run "make menuconfig"
Posted: Tue Nov 21, 2017 9:51 am
by f.h-f.s.
If you build with esp-idf you can call "make menuconfig" in your project folder to set the configuration.
But since you are using Arduino it will be different.
"make menuconfig" loads the file "tools/sdk/sdkconfig" and allows you to change them. Somewhere "tools/sdk/include/config/sdkconfig.h" is generated from "tools/sdk/sdkconfig". You could try setting your configuration directly in those files.