kopia lustrzana https://github.com/meshtastic/protobufs
Updating time comments
rodzic
82ce9448a0
commit
018f4c8db0
|
@ -37,9 +37,8 @@ message Position {
|
|||
|
||||
/*
|
||||
* 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.
|
||||
* from the phone so that the local device can set its time If it is sent over
|
||||
* the mesh (because there are devices on the mesh without GPS or RTC).
|
||||
* seconds since 1970
|
||||
*/
|
||||
fixed32 time = 4;
|
||||
|
|
|
@ -138,11 +138,7 @@ message AirQualityMetrics {
|
|||
*/
|
||||
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
|
||||
* Seconds since 1970 - or 0 for unknown/unset
|
||||
*/
|
||||
fixed32 time = 1;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue