nomdetom 1af7aef3d0 fix(streamapi): the non-SerialHal build re-tests a stray START1 too
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().
2026-09-18 00:49:02 +01:00
2026-09-14 07:27:39 +00:00

Meshtastic Logo

Meshtastic Firmware

GitHub release downloads CI CLA assistant Fiscal Contributors Vercel

meshtastic%2Ffirmware | Trendshift

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

Join our community and help improve Meshtastic! 🚀

Stats

Alt

S
Description
No description provided
Readme GPL-3.0
357 MiB
0 Stars 1 Watchers 0 Forks
Languages
C++ 72.7%
C 23.1%
Python 2.1%
Shell 1.5%
Batchfile 0.2%
Other 0.2%