Meshtastic device firmware
Go to file
a-f-G-U-C 1c06c2af9f
read lat/lon/alt into temp vars instead of global
Instead of reading the GPS solution directly into global variables and risking a bad-over-good overwrite (issue #857), read it into temporary vars and only update global vars after validation.
Also updates positional timestamp variable and prepares (non-breaking) for HAE altitude support (issue #359)
2021-09-05 17:11:04 +00:00
.devcontainer make github codespaces work 2021-04-21 13:13:38 +00:00
.github store elfs (for later debugging) in github artifacts 2021-05-26 10:21:26 +08:00
.idea don't checkin workspace files 2021-04-28 15:33:08 +08:00
.vscode add codespace support 2021-04-21 18:00:34 +08:00
bin add native build to bin zip 2021-08-18 11:10:20 -07:00
boards t-echo: enable nrfupload 2021-04-28 15:25:54 +08:00
data/static add placeholder index.html to avoid breaking device build (spiffs error) 2021-04-16 12:16:43 +08:00
deprecated
design@73ba05ceef
geeksville-private add native build to bin zip 2021-08-18 11:10:20 -07:00
images
lib
linker
nrf52
proto@f5b3d0643b update protos 2021-05-29 13:19:27 +08:00
release
sdk-nrfxlib@e6e02cb83d
src read lat/lon/alt into temp vars instead of global 2021-09-05 17:11:04 +00:00
variants Battery sense for T-Echo 2021-08-10 10:07:40 +02:00
.clang-format
.gitignore don't checkin workspace files 2021-04-28 15:33:08 +08:00
.gitmodules
CMakeLists.txt
CMakeListsPrivate.txt
gdbinit
LICENSE
partition-table.csv
platformio.ini minor debug output 2021-08-15 10:34:57 -07:00
README.md Update README.md 2021-07-09 13:36:37 +10:00
version.properties 1.2.45 2021-08-18 10:57:26 -07:00

Meshtastic-device

Open in Visual Studio Code

This repository contains the device firmware used in the Meshtastic project.

For developer information and specific building instructions, please see the developer doccumentation