You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the current call to esp_blufi_send_notify appears to only send single frame with partial data. Moving to esp_blufi_send_custom_data solves this issue and provides the entire payload.
The text was updated successfully, but these errors were encountered:
https://github.com/1technophile/OpenMQTTGateway/blob/ba9506c0226fb064f7faa6ea53c3e2a5eeeeec27/main/Zblufi.ino#L149C10-L149C14
Using the current call to
esp_blufi_send_notify
appears to only send single frame with partial data. Moving toesp_blufi_send_custom_data
solves this issue and provides the entire payload.The text was updated successfully, but these errors were encountered: