kopia lustrzana https://github.com/meshtastic/protobufs
rodzic
ef2bc66bba
commit
e84f0cc7ca
|
|
@ -66,6 +66,12 @@ message DeviceState {
|
|||
*/
|
||||
bool did_gps_reset = 11;
|
||||
|
||||
/*
|
||||
* We keep the last received waypoint stored in the device flash,
|
||||
* so we can show it on the screen.
|
||||
* Might be null
|
||||
*/
|
||||
MeshPacket rx_waypoint = 12;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -152,4 +158,4 @@ message OEMStore {
|
|||
* A Preset LocalModuleConfig to apply during factory reset
|
||||
*/
|
||||
LocalModuleConfig oem_local_module_config = 8;
|
||||
}
|
||||
}
|
||||
Ładowanie…
Reference in New Issue