mirror of
https://github.com/meshtastic/firmware.git
synced 2026-09-21 13:55:24 -04:00
check-chatter2
That line was more than a redundant assignment — it was a latent bug. When shift > 0, the branch sets e.inputEvent = INPUT_BROKER_ANYKEY; e.kbchar = 0x09; (TAB), and the trailing e.kbchar = 0; immediately clobbered the TAB character, so shift+RIGHT emitted an ANYKEY event with a null char. In the non-shift path the assignment was pure noise, since InputEvent e = {} already zeroes it. Removing it makes the RIGHT branch identical in shape to the LEFT branch just above, which never had that line.
Overview
This repository contains the official device firmware for Meshtastic, an open-source LoRa mesh networking project designed for long-range, low-power communication without relying on internet or cellular infrastructure. The firmware supports various hardware platforms, including ESP32, nRF52, RP2040/RP2350, and Linux-based devices.
Meshtastic enables text messaging, location sharing, and telemetry over a decentralized mesh network, making it ideal for outdoor adventures, emergency preparedness, and remote operations.
Get Started
- 🔧 Building Instructions - Learn how to compile the firmware from source.
- ⚡ Flashing Instructions - Install or update the firmware on your device.
Join our community and help improve Meshtastic! 🚀
Stats
Languages
C++
72.9%
C
22.9%
Python
2.1%
Shell
1.5%
Batchfile
0.2%
Other
0.2%
