forked from espressif/arduino-esp32
Must include sdkconfig.h before testing defines
This commit is contained in:
@ -15,6 +15,8 @@
|
||||
#ifndef _SIMPLE_BLE_H_
|
||||
#define _SIMPLE_BLE_H_
|
||||
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
|
||||
|
||||
#include <cstdint>
|
||||
|
Reference in New Issue
Block a user