From 7f50897417adf95e9ed35c7f33aec475e0743680 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 13 Apr 2026 19:15:23 -0500 Subject: [PATCH] Internally use RemoteShell --- meshtastic/mesh.options | 2 +- meshtastic/mesh.proto | 4 ++-- meshtastic/portnums.proto | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meshtastic/mesh.options b/meshtastic/mesh.options index be76cff..2341e6c 100644 --- a/meshtastic/mesh.options +++ b/meshtastic/mesh.options @@ -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 diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index f10d033..f84206a 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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. * diff --git a/meshtastic/portnums.proto b/meshtastic/portnums.proto index 8c8d156..8426c15 100644 --- a/meshtastic/portnums.proto +++ b/meshtastic/portnums.proto @@ -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.