mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 17:52:19 +01:00
wip
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user