mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Spacing
This commit is contained in:
parent
41b3dd6c07
commit
1821c1b378
1 changed files with 6 additions and 6 deletions
|
|
@ -6,21 +6,21 @@ option go_package = "github.com/meshtastic/gomeshproto";
|
|||
*/
|
||||
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 (IE Mobile Phone).
|
||||
* seconds since 1970
|
||||
*/
|
||||
fixed32 time = 1;
|
||||
fixed32 time = 1;
|
||||
|
||||
/*
|
||||
/*
|
||||
* 1-100 (0 means powered)
|
||||
*/
|
||||
int32 battery_level = 2;
|
||||
int32 battery_level = 2;
|
||||
|
||||
/*
|
||||
/*
|
||||
* Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).
|
||||
*/
|
||||
float channel_utilization = 3;
|
||||
|
|
@ -30,7 +30,7 @@ message Telemetry {
|
|||
*/
|
||||
float air_util_tx = 4;
|
||||
|
||||
/*
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue