firmware
firmware copied to clipboard
[Bug]: Canned message omit the last character when is sending
Category
Other
Hardware
T-Lora v2 1.6
Firmware Version
1.3.5.595e5f4f
Description
When send a canned message the last character is omiter and the receiver don't display the last character.
Relevant log output
No response
When this happens, is canned_message_module_send_bell active or inactive? Looks like an Off-by-one Problem when assembling the payload packet in here. https://github.com/meshtastic/Meshtastic-device/blob/6c1dc0d71a8c578d483871ae5f07c3fec75e687f/src/modules/CannedMessageModule.cpp#L162-L182
I haven't the device configured now . But I remember I had applied the configuration reported in the next issue .
https://github.com/meshtastic/Meshtastic-device/issues/1371
The send bell wasn't enabled in canned messages but yes was enable the extNotificationModuleAlertBell.
"extNotificationModuleAlertMessage": true, "extNotificationModuleAlertBell": true,
Confirmed that this is still an issue in 1.3.38
Still an issue?