From 6e05f72a1a75322bcbea21980386a61b2945fd4f Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 12 Apr 2021 13:10:57 +0800 Subject: [PATCH] add new board type --- docs/docs.md | 1 + mesh.proto | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/docs.md b/docs/docs.md index 47a8be6..9590cd3 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -772,6 +772,7 @@ To match the old style filenames, _ is converted to -, p is converted to . | TBEAM0p7 | 6 | | | T_ECHO | 7 | | | TLORA_V1_1p3 | 8 | | +| RAK4631 | 9 | | | LORA_RELAY_V1 | 32 | Less common/prototype boards listed here (needs one more byte over the air) | | NRF52840DK | 33 | | | PPR | 34 | | diff --git a/mesh.proto b/mesh.proto index cb134e5..f2198a5 100644 --- a/mesh.proto +++ b/mesh.proto @@ -90,6 +90,7 @@ message Position { TBEAM0p7 = 6; T_ECHO = 7; TLORA_V1_1p3 = 8; + RAK4631 = 9; // Less common/prototype boards listed here (needs one more byte over the air) LORA_RELAY_V1 = 32;