ESPHome 2025.5.0
Loading...
Searching...
No Matches
ble_presence_device.cpp
Go to the documentation of this file.
2#include "esphome/core/log.h"
3
4#ifdef USE_ESP32
5
6namespace esphome {
7namespace ble_presence {
8
9static const char *const TAG = "ble_presence";
10
11void BLEPresenceDevice::dump_config() { LOG_BINARY_SENSOR("", "BLE Presence", this); }
12
13} // namespace ble_presence
14} // namespace esphome
15
16#endif
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7