Provide sdkconfig with sketch
Posted: Fri Oct 01, 2021 2:12 pm
I have a sketch which requires more main task stack, i.e. I want to override CONFIG_ESP_MAIN_TASK_STACK_SIZE to be 8192 rather than 4096.
I want to do that for this specific sketch, I do not want to change the global value in the main sdkconfig file.
Is there a way to either (a) provide a specific sdkconfig file with this sketch or (b) override the value of CONFIG_ESP_MAIN_TASK_STACK_SIZE from the command-line (I am using arduino-cli for my builds)?
I want to do that for this specific sketch, I do not want to change the global value in the main sdkconfig file.
Is there a way to either (a) provide a specific sdkconfig file with this sketch or (b) override the value of CONFIG_ESP_MAIN_TASK_STACK_SIZE from the command-line (I am using arduino-cli for my builds)?