From 1f462d63310e6182eb0caa25b4b44e8ffeac31d4 Mon Sep 17 00:00:00 2001 From: SGX <3745068+tasmaniandroid@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:53:30 -0400 Subject: [PATCH] Add Exploitee.rs Hacker Pager --- meshtastic/mesh.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 504b7a5..1b106ca 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -785,6 +785,13 @@ enum HardwareModel { */ T_ECHO_LITE = 109; + /* + * Exploitee.rs Hacker Pager + * https://hackerpager.net + * https://github.com/exploiteers/Meshtastic-Exploiteers-Hacker-Pager + */ + EXPLOITEERS_PAGER = 110; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.