mirror of
https://github.com/esphome/esphome.git
synced 2025-10-07 12:23:47 +01:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace exposure_notifications {
|
||||
|
||||
using namespace esp32_ble_tracker;
|
||||
|
||||
static const char *TAG = "exposure_notifications";
|
||||
static const char *const TAG = "exposure_notifications";
|
||||
|
||||
bool ExposureNotificationTrigger::parse_device(const ESPBTDevice &device) {
|
||||
// See also https://blog.google/documents/70/Exposure_Notification_-_Bluetooth_Specification_v1.2.2.pdf
|
||||
|
Reference in New Issue
Block a user