From 6a53f766bc7005615bc8ac202af0c122ac795ffc Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 16 Aug 2024 18:21:01 -0500 Subject: [PATCH 1/2] Set time only admin message --- meshtastic/admin.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index c461ffe..c2c09cd 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -318,6 +318,12 @@ message AdminMessage { */ bool remove_fixed_position = 42; + /* + * Set time only on the node + * Convenience method to set the time on the node (as NTP quality) without any other position data + */ + uint32 set_time_only = 43; + /* * Begins an edit transaction for config, module config, owner, and channel settings changes * This will delay the standard *implicit* save to the file system and subsequent reboot behavior until committed (commit_edit_settings) From 8ac99eefe8d7b38b4ecdba9ef5858d6bcb3ba537 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 16 Aug 2024 18:31:16 -0500 Subject: [PATCH 2/2] Fixed --- meshtastic/admin.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index c2c09cd..821fac3 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -322,7 +322,7 @@ message AdminMessage { * Set time only on the node * Convenience method to set the time on the node (as NTP quality) without any other position data */ - uint32 set_time_only = 43; + fixed32 set_time_only = 43; /* * Begins an edit transaction for config, module config, owner, and channel settings changes