From 2375489f92523b502f76f1b5600273a397341679 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Sun, 3 Jan 2021 00:15:36 +0100 Subject: [PATCH] blescan.cpp: bugfix #if (BLECOUNTER) --- src/blecsan.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/blecsan.cpp b/src/blecsan.cpp index 8b8a8207..9b29d7a9 100644 --- a/src/blecsan.cpp +++ b/src/blecsan.cpp @@ -277,12 +277,11 @@ void start_BLEscan(void) { // Register callback function for capturing bluetooth packets register_ble_callback(false); ESP_LOGI(TAG, "Bluetooth scanner started"); -#endif // BLECOUNTER } else { ESP_LOGE(TAG, "Bluetooth controller start failed. Resetting device"); do_reset(true); } - +#endif // BLECOUNTER } // start_BLEscan void stop_BLEscan(void) {