Add telemetry to node info

This commit is contained in:
Ben Meadors 2022-03-19 08:46:40 -05:00
parent 1821c1b378
commit 5bccf5106e

View file

@ -1013,6 +1013,10 @@ message NodeInfo {
* Set to indicate the last time we received a packet from this node
*/
fixed32 last_heard = 5;
/*
* The latest telemetry data for the node.
*/
Telemetry telemetry = 6;
}
/*