From 09f453ed870beb8a979a2a5e436516d7bfbcef44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 16 Jun 2024 14:03:00 +0200 Subject: [PATCH] add RAK2560 outdoor node --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 0f2ae25..e8b5205 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -329,6 +329,11 @@ enum HardwareModel { */ WIO_WM1110 = 21; + /* + * RAK2560 Solar base station based on RAK4630 + */ + RAK2560 = 22; + /* * B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station */