diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 7671988b..ac491166 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -790,6 +790,13 @@ enum HardwareModel { */ HELTEC_V4 = 110; + /* + * Exploitee.rs Hacker Pager + * https://hackerpager.net + * https://github.com/exploiteers/Meshtastic-Exploiteers-Hacker-Pager + */ + EXPLOITEERS_PAGER = 111; + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * 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.