Merge pull request #129 from meshtastic/feature/telemetry_updates

Convert battery level to uint
This commit is contained in:
Ben Meadors 2022-03-23 18:22:53 +00:00 committed by GitHub
commit 1fca6b8e50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ message Telemetry {
/*
* 1-100 (0 means powered)
*/
int32 battery_level = 2;
uint32 battery_level = 2;
/*
* Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).