1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

[bluetooth_proxy] Optimize UUID conversion and reduce flash usage by 296 bytes

This commit is contained in:
J. Nick Koston
2025-08-12 18:57:17 -05:00
parent c2ebfe8f27
commit 841deff578

View File

@@ -1,6 +1,5 @@
#include "bluetooth_connection.h"
#include <cstring>
#include "esphome/components/api/api_pb2.h"
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"