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
The 128 byte packet size isn't enough to handle some event scripts for the WT CJ4, possibly others. For instance, pressing the BARO knob runs the script:
Hi @frankracis, yes, the plan was to increase the PacketDataSize eventually. There's probably something to be said about minifying RNP code before sending it through. There's more research to be done on what the most efficient solution is (see #10). Feel free to submit a pull request.
The 128 byte packet size isn't enough to handle some event scripts for the WT CJ4, possibly others. For instance, pressing the BARO knob runs the script:
The quickest solution would be to just increase kPacketDataSize to 256 or 512. (This example was actually 257 characters)
The text was updated successfully, but these errors were encountered: