firmware icon indicating copy to clipboard operation
firmware copied to clipboard

[Bug]: Canned message omit the last character when is sending

Open amerinoj opened this issue 2 years ago • 3 comments

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

amerinoj avatar Apr 12 '22 13:04 amerinoj

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

caveman99 avatar Apr 27 '22 09:04 caveman99

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,

amerinoj avatar Apr 27 '22 19:04 amerinoj

Confirmed that this is still an issue in 1.3.38

garthvh avatar Aug 15 '22 16:08 garthvh

Still an issue?

thebentern avatar Oct 17 '22 17:10 thebentern