Merge pull request #894 from meshtastic/more-remoteshell

Add two more RemoteShell fields
This commit is contained in:
Ben Meadors 2026-04-15 11:11:39 -05:00 committed by GitHub
commit c9067dae4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1366,6 +1366,16 @@ message RemoteShell {
* Bit flags for protocol extensions.
*/
uint32 flags = 8;
/*
* The last sequence number TX'd.
*/
uint32 last_tx_seq = 9;
/*
* The last sequence number RX'd.
*/
uint32 last_rx_seq = 10;
}
/*