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
Hello,
I would like to make a custom parser in ProcessMessage TextMessageModule::handleReceived(const meshtastic_MeshPacket &mp)
Can somebody give me some thoughts is it possible after parsing to send back a message to the sender of the message from this method?
Or can you please advice which module would more naturally is observing textMessages and can send back a response, that I could take a look at the logic and adjust for my usecase.
The text was updated successfully, but these errors were encountered:
Hello,
I would like to make a custom parser in ProcessMessage TextMessageModule::handleReceived(const meshtastic_MeshPacket &mp)
Can somebody give me some thoughts is it possible after parsing to send back a message to the sender of the message from this method?
Or can you please advice which module would more naturally is observing textMessages and can send back a response, that I could take a look at the logic and adjust for my usecase.
The text was updated successfully, but these errors were encountered: