Add waypoint to device state for display on screen

pull/343/head v2.1.10
Ben Meadors 2023-05-01 07:09:47 -05:00 zatwierdzone przez Thomas Göttgens
rodzic ef2bc66bba
commit e84f0cc7ca
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -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;
}
}