From 9ac6a6aaeb722b9196d641988d29f42fd0e920a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 14 Apr 2026 12:34:30 +0200 Subject: [PATCH] Clarify comment for REMOTE_SHELL_APP Updated the comment for REMOTE_SHELL_APP to clarify its purpose. --- meshtastic/portnums.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/portnums.proto b/meshtastic/portnums.proto index 8426c15..7f16aa7 100644 --- a/meshtastic/portnums.proto +++ b/meshtastic/portnums.proto @@ -116,7 +116,7 @@ enum PortNum { KEY_VERIFICATION_APP = 12; /* - * Module/port for handling key verification requests. + * Module/port for handling primitive remote shell access. */ REMOTE_SHELL_APP = 13;