Ai-Thinker-Open_RTL8710BX_A.../Living_SDK/board/esp32devkitc/sdkconfig.h
2020-06-18 22:04:32 +08:00

5 lines
99 B
C

#ifndef CONFIG_ESP32_WITH_BLE
#include "sdkconfig_noble.h"
#else
#include "sdkconfig_ble.h"
#endif