main/config.h

changeset 33
5bd5f6668f71
parent 32
84e54b14e7db
--- a/main/config.h	Mon Apr 17 16:20:58 2023 +0200
+++ b/main/config.h	Mon Apr 17 16:53:38 2023 +0200
@@ -35,14 +35,6 @@
 #include "esp_wifi.h"
 #include "esp_event.h"
 #include "esp_netif.h"
-#ifdef CONFIG_ENABLE_BLE_GATT
-#include "esp_bt.h"
-#include "esp_gap_ble_api.h"
-#include "esp_gatts_api.h"
-#include "esp_bt_defs.h"
-#include "esp_bt_main.h"
-#include "esp_gatt_common_api.h"
-#endif
 #include "nvs_flash.h"
 #include "lwip/err.h"
 #include "lwip/sys.h"
@@ -62,12 +54,6 @@
 #include "task_bmp280.h"
 #include "task_ina219.h"
 #include "task_apds9930.h"
-#ifdef CONFIG_ENABLE_BLE_GATT
-#include "task_ble.h"
-#include "ble_adv.h"
-#include "ble_gap.h"
-#include "ble_gatts.h"
-#endif
 #include "task_wifi.h"
 #include "task_mqtt.h"
 #include "task_out.h"

mercurial