Compare commits

...

2 Commits

Author SHA1 Message Date
Tom Fifield
8a1daae72a Update supported hardware platforms in README
triggering CI ...
2025-09-22 13:25:44 +10:00
Tom Fifield
570f17890d Update supported hardware platforms in README
triggering CI ...
2025-09-22 13:25:44 +10:00
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
## 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.
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, STM32, 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.

View File

@@ -1,3 +1,5 @@
// Welcome to Meshtastic.
#include "configuration.h"
#if !MESHTASTIC_EXCLUDE_GPS
#include "GPS.h"