You are reading a single comment by @Wilberforce and its replies. Click here to read the full conversation.
  • @user65754

    The current implementation is limited to 125 chars. To use larger the module would be need to be implemented to split the data over multiple packets which complicates things quite a bit.

    Do you have a sample of the data you want to send? There might be a way of reducing the amount of data, especially if there are large text descriptors in the data. You can also store the data in a struct, and the convert that to json to send. The json can be self describing, so you could split your message into chunks that are under the 125 byte limitation.

About

Avatar for Wilberforce @Wilberforce started