pull/128/head
Garth Vander Houwen 2022-03-04 05:26:16 -08:00 zatwierdzone przez Ben Meadors
rodzic d947de35e5
commit 33f08f8188
2 zmienionych plików z 4 dodań i 7 usunięć

Wyświetl plik

@ -980,7 +980,7 @@ message NodeInfo {
* Returns the Signal-to-noise ratio (SNR) of the last received message,
* as measured by the receiver. Return SNR of the last received message in dB
*/
float snr = 7;
float snr = 4;
/*
* TODO: REMOVE/INTEGRATE

Wyświetl plik

@ -10,13 +10,13 @@ message Telemetry {
* This is usually not sent over the mesh (to save space), but it is sent
* from the phone so that the local device can set its RTC If it is sent over
* the mesh (because there are devices on the mesh without GPS), it will only
* be sent by devices which has a hardware GPS clock.
* be sent by devices which has a hardware GPS clock (IE Mobile Phone).
* seconds since 1970
*/
fixed32 time = 1;
/*
* 1-100 (0 means not provided)
* 1-100 (0 means powered)
*/
int32 battery_level = 2;
@ -33,9 +33,6 @@ message Telemetry {
/*
* This is sent by node only if it a router and if hop_limit is set to 0
* and is not being sent as a reliable message.
*
* Note to Ben & Garth : When position is refactored, please move this to the same message
* "time" is moving to.
*/
bool router_heartbeat = 5;