1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00
This commit is contained in:
J. Nick Koston
2025-06-11 11:22:01 -05:00
parent 4641f73d19
commit d9ffd0ac8e

View File

@@ -331,7 +331,7 @@ void ESP32BLE::loop() {
this->real_gap_event_handler_(gap_event, (esp_ble_gap_cb_param_t *) &ble_event->event_.gap.scan_complete); this->real_gap_event_handler_(gap_event, (esp_ble_gap_cb_param_t *) &ble_event->event_.gap.scan_complete);
} else { } else {
// Unexpected GAP event - drop it // Unexpected GAP event - drop it
ESP_LOGV(TAG, "Unexpected GAP event type: %d", gap_event); ESP_LOGW(TAG, "Unexpected GAP event type: %d", gap_event);
} }
break; break;
} }