ESPHome  2024.4.0
airthings_listener.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef USE_ESP32
4 
7 
8 namespace esphome {
9 namespace airthings_ble {
10 
12  public:
13  bool parse_device(const esp32_ble_tracker::ESPBTDevice &device) override;
14 };
15 
16 } // namespace airthings_ble
17 } // namespace esphome
18 
19 #endif
bool parse_device(const esp32_ble_tracker::ESPBTDevice &device) override
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7