Page 1 of 1

How to use develop tool to add macro definition in sdkconfig.h?

Posted: Mon Dec 13, 2021 3:07 am
by Jason_Zwyz
I'm using Ardunio IDE 1.8.16 on Windows 10.
esp32 version: 2.0.1
How to use develop tool to add a macro definition in sdkconfig.h instead of modify the .h file directly?
e.g. #define CONFIG_DISABLE_HAL_LOCKS 1
Is there a solution?