From 50a87ef3aa69372d4618dd42b2dd1bcb0a917269 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Wed, 9 Oct 2024 22:56:10 +0200 Subject: [PATCH] I should goto sleep --- meshtastic/admin.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index f6d2014..0f665e7 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -338,17 +338,17 @@ message AdminMessage { /* * Tell the node to send the stored ui data. */ - bool get_ui_config_request = 102; + bool get_ui_config_request = 44; /* * Reply stored device ui data. */ - DeviceUIConfig get_ui_config_response = 103; + DeviceUIConfig get_ui_config_response = 45; /* * Tell the node to store UI data persistently. */ - DeviceUIConfig store_ui_config = 104; + DeviceUIConfig store_ui_config = 46; /* * Begins an edit transaction for config, module config, owner, and channel settings changes