Wio Tracker L1 — Plus Firmware v1.15-plus.1.7
Based on MeshCore upstream v1.15.
Highlights
- Reply to messages — long-press Enter on any message in DM or channel history to reply. A "Reply" popup appears; confirming pre-fills the keyboard or quick message with
@[nick]so the recipient is clearly addressed. - Reply context in fullscreen view — when opening a reply message fullscreen, a "To: nick" bar is shown under the sender name and the message body is displayed without the address prefix.
Changes
New features
- Reply action: long-press Enter on a selected message in DM or channel history to open the Reply popup; works from both the list view and the fullscreen view
- Replying opens the standard message picker — compose via keyboard (pre-filled with
@[nick]) or choose a quick message (prefix is prepended automatically) - Fullscreen message view: reply messages show a "To: nick" header below the sender; non-ASCII characters in nicks are correctly transliterated for the OLED font
Bug fixes
- AutoLock setting was not persisted across reboots
- Channel bot was responding even when the bot was disabled via
bot_enabledflag - Quick-message template expansion buffer was 80 bytes — increased to 140 to match the maximum message length
- Scroll arrows in fullscreen view no longer overlap the last character of wrapped text lines
Performance
- Lock screen sensor dashboard fields now share a single
querySensors()I2C call per render