blescan.cpp: bugfix include
This commit is contained in:
parent
0cbe2b7b67
commit
a0c5bb5086
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
; ---> SELECT TARGET PLATFORM HERE! <---
|
; ---> SELECT TARGET PLATFORM HERE! <---
|
||||||
[platformio]
|
[platformio]
|
||||||
env_default = generic
|
;env_default = generic
|
||||||
;env_default = ebox
|
;env_default = ebox
|
||||||
;env_default = eboxtube
|
;env_default = eboxtube
|
||||||
;env_default = heltec
|
;env_default = heltec
|
||||||
@ -16,7 +16,7 @@ env_default = generic
|
|||||||
;env_default = ttgov21old
|
;env_default = ttgov21old
|
||||||
;env_default = ttgov21new
|
;env_default = ttgov21new
|
||||||
;env_default = ttgobeam
|
;env_default = ttgobeam
|
||||||
;env_default = ttgofox
|
env_default = ttgofox
|
||||||
;env_default = lopy
|
;env_default = lopy
|
||||||
;env_default = lopy4
|
;env_default = lopy4
|
||||||
;env_default = fipy
|
;env_default = fipy
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#ifdef BLECOUNTER
|
|
||||||
|
|
||||||
/* code snippets taken from
|
/* code snippets taken from
|
||||||
https://github.com/nkolban/esp32-snippets/tree/master/BLE/scanner
|
https://github.com/nkolban/esp32-snippets/tree/master/BLE/scanner
|
||||||
*/
|
*/
|
||||||
@ -244,8 +242,6 @@ esp_err_t register_ble_callback(void) {
|
|||||||
|
|
||||||
} // register_ble_callback
|
} // register_ble_callback
|
||||||
|
|
||||||
#endif // BLECOUNTER
|
|
||||||
|
|
||||||
void start_BLEscan(void) {
|
void start_BLEscan(void) {
|
||||||
#ifdef BLECOUNTER
|
#ifdef BLECOUNTER
|
||||||
ESP_LOGI(TAG, "Initializing bluetooth scanner ...");
|
ESP_LOGI(TAG, "Initializing bluetooth scanner ...");
|
||||||
|
Loading…
Reference in New Issue
Block a user