meshtastic / js

JS/TS library for interfacing with Meshtastic devices
https://meshtastic.org
GNU General Public License v3.0
74 stars 36 forks source link

Payload data does not get decoded properly #7

Closed thepoweroftwo closed 3 years ago

thepoweroftwo commented 3 years ago

Right now the library does not decode a text data payload, instead the payload object property contains a UInt8Array. Expected behaviour: Data payload with type CLEAR_TEXT gets decoded to text.

payload

This is not an issue that was introduced with the typescript changes.