meshtastic / js

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

Don't request response for text message #64

Closed ajmcquilkin closed 1 year ago

ajmcquilkin commented 1 year ago

This PR changes the exported sendText function to not set the want_response field to true on text packets. If a response is requested, the receiving device will respond with a NoResponse routing error, which will also fail to receive the message.

This is the result of a discussion in the #web channel of the Meshtastic Discord server.