ESPHome  2024.4.0
ble_scanner.cpp
Go to the documentation of this file.
1 #include "ble_scanner.h"
2 #include "esphome/core/log.h"
3 
4 #ifdef USE_ESP32
5 
6 namespace esphome {
7 namespace ble_scanner {
8 
9 static const char *const TAG = "ble_scanner";
10 
11 void BLEScanner::dump_config() { LOG_TEXT_SENSOR("", "BLE Scanner", this); }
12 
13 } // namespace ble_scanner
14 } // namespace esphome
15 
16 #endif
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7