Search found 1 match

by Jason_Zwyz
Mon Dec 13, 2021 3:07 am
Forum: ESP32 Arduino
Topic: How to use develop tool to add macro definition in sdkconfig.h?
Replies: 0
Views: 1999

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

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?