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
I'm trying to get this to work with OMOTE Remote Control.
I've simplified the code and duplicated this timing issue to help troubleshoot.
The code does work, but the latency makes it unfunctional.
Issue: When I receive an MQTT message, I get (up to) a 10-second delay on the OnMessage execution. If I remove the BleKeyboard, the latency is not noticeable. I understand that I have a lot of Serial.print commands; they are just there to help me see what's going on.
I'm currently using PlatformIO, ESP32S3 (M5StampS3)
Enabling NimBLE has yet to improve performance.
I'm trying to get this to work with OMOTE Remote Control.
I've simplified the code and duplicated this timing issue to help troubleshoot.
The code does work, but the latency makes it unfunctional.
Issue: When I receive an MQTT message, I get (up to) a 10-second delay on the OnMessage execution. If I remove the BleKeyboard, the latency is not noticeable. I understand that I have a lot of Serial.print commands; they are just there to help me see what's going on.
I'm currently using PlatformIO, ESP32S3 (M5StampS3)
Enabling NimBLE has yet to improve performance.
The text was updated successfully, but these errors were encountered: