12 lines
182 B
C++
12 lines
182 B
C++
#ifdef USE_ESP32
|
|
|
|
#include "automation.h"
|
|
|
|
namespace esphome::ble_client {
|
|
|
|
const char *const Automation::TAG = "ble_client.automation";
|
|
|
|
} // namespace esphome::ble_client
|
|
|
|
#endif
|