From af5d147428068aad4c0f3539c77e22fe13155ba4 Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Sat, 17 Jan 2026 13:12:01 +0100 Subject: [PATCH] Fix numbering in sensor config --- meshtastic/admin.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 229d7de..9cd2ea2 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -500,12 +500,12 @@ message AdminMessage { /* * Tell the node to reset into the OTA Loader */ - OTAEvent ota_request = 101; + OTAEvent ota_request = 102; /* * Parameters and sensor configuration */ - SensorConfig sensor_config = 102; + SensorConfig sensor_config = 103; } }