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
Hi,
I noticed using your IPSC example that the SMS is sometimes delivered and sometimes not. I think it might be due to the "burst" being really short and the radio might miss the data. Would it be possible to add a preamble to the sendSms example? What would be a correct way to do so? Thanks!
The text was updated successfully, but these errors were encountered:
The number of preambles (CSBK) can be configured in DMRIPGateway.sendIPPacket method (third parameter).
So in the IPSC-client.js example it can be done this way:
Hi,
I noticed using your IPSC example that the SMS is sometimes delivered and sometimes not. I think it might be due to the "burst" being really short and the radio might miss the data. Would it be possible to add a preamble to the sendSms example? What would be a correct way to do so? Thanks!
The text was updated successfully, but these errors were encountered: