Merge pull request #129 from meshtastic/feature/telemetry_updates

Convert battery level to uint
pull/131/head
Ben Meadors 2022-03-23 18:22:53 +00:00 zatwierdzone przez GitHub
commit 1fca6b8e50
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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).