We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting the following error when attempting to use this to control my blinds.
` Attempting MQTT connection... connected BLE Advertised Device found: Name: Guest Room, Address: 02:0f:95:ef:64:99, manufacturer data: 0000, serviceUUID: 0xfe50 BLE Advertised Device found: Name: VHM-ble, Address: 00:00:00:34:33:33, serviceUUID: 0xfff0 BLE scan complete. Attempting to connect to: 02:0f:95:ef:64:99 ...lld_pdu_get_tx_flush_nb HCI packet count mismatch (1, 2)
From my reading it looks like something to do with an abrupt disconnect / unclosed session, but I am not sure how to resolve it..
The text was updated successfully, but these errors were encountered:
I got the same issue, using the latest esp32 core version 2.0.0-rc1, and after downgrade to 1.0.6 it's works fine.
Sorry, something went wrong.
Same issue with the 1.0.6, do you solve it? Thanks
No branches or pull requests
I am getting the following error when attempting to use this to control my blinds.
`
Attempting MQTT connection...
connected
BLE Advertised Device found: Name: Guest Room, Address: 02:0f:95:ef:64:99, manufacturer data: 0000, serviceUUID: 0xfe50
BLE Advertised Device found: Name: VHM-ble, Address: 00:00:00:34:33:33, serviceUUID: 0xfff0
BLE scan complete.
Attempting to connect to: 02:0f:95:ef:64:99 ...lld_pdu_get_tx_flush_nb HCI packet count mismatch (1, 2)
`
From my reading it looks like something to do with an abrupt disconnect / unclosed session, but I am not sure how to resolve it..
The text was updated successfully, but these errors were encountered: