1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 01:32:19 +01:00
This commit is contained in:
J. Nick Koston
2025-06-11 11:14:10 -05:00
parent 88a3df4008
commit 2f8946f86c

View File

@@ -67,7 +67,6 @@ class GAPEventHandler {
class GAPScanEventHandler {
public:
// Receives scan results directly without memcpy
virtual void gap_scan_event_handler(const BLEScanResult &scan_result) = 0;
};