mirror of
https://github.com/meshtastic/firmware.git
synced 2026-09-19 20:39:09 -04:00
serialHal
Gating the second framing byte on HAS_SERIAL_HAL_DEVICE gave the #else branch a plain `rxPtr = 0`, losing the resync the unconditional code had: the byte that fails START2 can itself be the START1 of the real frame (0x94 0x94 0xc3 ...), so discarding it drops the frame behind a single stray marker. HAS_SERIAL_HAL_DEVICE defaults to 0, so that is every shipping build and the native suite - test_stray_start1_before_frame_ still_delivers and its repeated-marker sibling have been failing since. The #if branch already re-tested; this brings the #else side back in line, in both handleRecStream() and readStream().
…
…
…
…
…
…
…
…
…
…
Build xiao_nrf54l15_lr2021 on every PR as the nrf54l15 canary and mark it community supported (#11856)
…
…
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.7%
C
23.1%
Python
2.1%
Shell
1.5%
Batchfile
0.2%
Other
0.2%
