mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Internally use RemoteShell
This commit is contained in:
parent
8969fc2ff1
commit
7f50897417
3 changed files with 4 additions and 4 deletions
|
|
@ -74,7 +74,7 @@
|
|||
*StoreForwardPlusPlus.root_hash max_size:32
|
||||
*StoreForwardPlusPlus.message max_size:240
|
||||
|
||||
*DMShell.payload max_size:200
|
||||
*RemoteShell.payload max_size:200
|
||||
|
||||
*StatusMessage.status max_size:80
|
||||
|
||||
|
|
|
|||
|
|
@ -1289,9 +1289,9 @@ message StoreForwardPlusPlus {
|
|||
}
|
||||
|
||||
/*
|
||||
* The actual over-the-mesh message doing DMShell
|
||||
* The actual over-the-mesh message doing RemoteShell
|
||||
*/
|
||||
message DMShell {
|
||||
message RemoteShell {
|
||||
/*
|
||||
* Frame op code for PTY session control and stream transport.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ enum PortNum {
|
|||
/*
|
||||
* Module/port for handling key verification requests.
|
||||
*/
|
||||
DM_SHELL_APP = 13;
|
||||
REMOTE_SHELL_APP = 13;
|
||||
|
||||
/*
|
||||
* Provides a 'ping' service that replies to any packet it receives.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue