From 6bb2500c45ca2041fe41b0235a16997f91a19424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 27 Jan 2022 16:41:59 +0100 Subject: [PATCH] Missing part of platformio split ref. https://github.com/meshtastic/Meshtastic-device/pull/1141 --- mesh.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mesh.proto b/mesh.proto index ded38b0..14d1bc6 100644 --- a/mesh.proto +++ b/mesh.proto @@ -246,6 +246,10 @@ enum HardwareModel { * RAK WisBlock ESP32 core: https://docs.rakwireless.com/Product-Categories/WisBlock/RAK11200/Overview/ */ RAK11200 = 40; + /* + * 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. + */ + PRIVATE_HW = 255; } /*