Meshtastic device firmware
Go to file
Blake-Latchford 8fcfe7f28b
Read voltage during init fixes #5276 (#5332)
Power::readPowerStatus is called on startup,
but AnalogBatteryLevel::getBattVoltage
skips the read because 5 seconds have not
elapsed since last_read_time_ms, which
is initialized to zero.

`batMv=3100` is reported because
AnalogBatteryLevel::last_read_value is
initialized as:
```
float last_read_value = (OCV[NUM_OCV_POINTS - 1] * NUM_CELLS);
```
2024-11-13 04:13:55 -06:00
.devcontainer Trunk things 2024-09-25 16:18:45 -05:00
.github Revert "Portduino packaging: Move meshtastic/web out of /usr/share/doc (#5323)" (#5325) 2024-11-12 06:40:46 -06:00
.trunk Trunk toolchain versions 2024-11-12 06:12:09 -06:00
.vscode Support for Polish OLED characters 2024-08-28 13:10:19 +02:00
arch Exclude paxcounter 2024-11-12 05:50:30 -06:00
bin Revert "Portduino packaging: Move meshtastic/web out of /usr/share/doc (#5323)" (#5325) 2024-11-12 06:40:46 -06:00
boards cherry-pick: unphone support (#5174) 2024-10-28 09:25:25 +01:00
data/static
extra_scripts
images No idea why trunk wants to disturb these PNGs but... 2024-10-08 05:34:41 -05:00
meshtestic@dcac7e5673 python3 ref 2024-09-24 15:24:08 -05:00
monitor
protobufs@af2fea10fe [create-pull-request] automated change (#5320) 2024-11-11 18:55:02 -06:00
release
src Read voltage during init fixes #5276 (#5332) 2024-11-13 04:13:55 -06:00
test/test_crypto Disentangle NodeDB from the CryptoEngine (#5013) 2024-10-10 18:14:11 +08:00
variants Remove board level extra from wismesh tap 2024-11-12 06:20:42 -06:00
.gitattributes
.gitignore Remove ancient .gitignore lines (#4952) 2024-10-05 05:15:20 -05:00
.gitmodules Hello world for MeshTestic (#4607) 2024-09-01 11:29:34 -05:00
.gitpod.yml
.semgrepignore
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#5225) 2024-11-02 07:57:33 -05:00
CONTRIBUTING.md lol of course trunk fmt 2024-09-04 15:33:28 -07:00
docker-compose.yml
Dockerfile
LICENSE
partition-table.csv
platformio.ini radiolib update (#5246) 2024-11-11 16:05:48 +01:00
pyocd.yaml
README.md
SECURITY.md Trunk things 2024-09-25 16:18:45 -05:00
suppressions.txt
userPrefs.h ADD: Configurable UPLINK_ENABLED and DOWNLINK_ENABLED in userPrefs.h (#5120) 2024-10-23 05:26:44 -05:00
userPrefs.json Start of generating json manifest of macros in userPrefs.h (#4946) 2024-10-06 05:24:57 -05:00
version.properties [create-pull-request] automated change (#5258) 2024-11-05 19:33:20 -06:00

Meshtastic Firmware

GitHub release downloads CI CLA assistant Fiscal Contributors Vercel

Overview

This repository contains the device firmware for the Meshtastic project.

Stats

Alt