Merge branch 'service_batching_ble' into integration

This commit is contained in:
J. Nick Koston
2025-07-30 14:53:59 -10:00
13 changed files with 213 additions and 96 deletions
+7
View File
@@ -8,3 +8,10 @@ logger:
host:
mac_address: "62:23:45:AF:B3:DD"
esphome:
on_boot:
- lambda: |-
static const uint8_t my_addr[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
if (!mac_address_is_valid(my_addr))
ESP_LOGD("test", "Invalid mac address %X", my_addr[0]); // etc.