more fixes

This commit is contained in:
me-no-dev
2020-11-04 02:31:08 +02:00
parent 72c25f2fdb
commit 976aca4781
2 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
#ifndef COMPONENTS_CPP_UTILS_BLEUUID_H_
#define COMPONENTS_CPP_UTILS_BLEUUID_H_
#include "sdkconfig.h"
#include <string>
#if defined(CONFIG_BT_ENABLED)
#include <esp_gatt_defs.h>
#include <string>
/**
* @brief A model of a %BLE UUID.