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 having issues with larger messages. Messages with more than 76 characters are not send.
After looking at the source code I've noticed that you have a StaticJsonBuffer with 100 bytes in the sendState method.
Since the examples already use StaticJsonBuffer with 500 bytes I guess it would be good to increase the buffer or maybe document the limitation.
The text was updated successfully, but these errors were encountered:
I'm having issues with larger messages. Messages with more than 76 characters are not send.
After looking at the source code I've noticed that you have a StaticJsonBuffer with 100 bytes in the sendState method.
Since the examples already use StaticJsonBuffer with 500 bytes I guess it would be good to increase the buffer or maybe document the limitation.
The text was updated successfully, but these errors were encountered: