diff -r 84e54b14e7db -r 5bd5f6668f71 main/config.h --- 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"