From 6a5f80ee65e3b5a8f2b5be3edd64994c5f30a47f Mon Sep 17 00:00:00 2001 From: Softonik Date: Sun, 20 Nov 2022 21:48:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ble.cpp | 2 -- config.h | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ble.cpp b/ble.cpp index bbb2f5e..a7c3e9e 100644 --- a/ble.cpp +++ b/ble.cpp @@ -6,8 +6,6 @@ // https://www.instructables.com/ESP32-Bluetooth-Low-Energy/ -void setup_BLE(); - BLEServer *server; bool deviceConnected = false; #define SERVICE_UUID "ab0828b1-198e-4351-b779-901fa0e0371e" diff --git a/config.h b/config.h index 2521cff..35738f7 100644 --- a/config.h +++ b/config.h @@ -1,3 +1,7 @@ +#include +#include +#include "esp_wifi_types.h" + #include "_config.priv.h" #define UPDATES_ENABLED 1