Skip to content

Commit

Permalink
Merge pull request #562 from meshtastic/set-time
Browse files Browse the repository at this point in the history
Set time only admin message
  • Loading branch information
thebentern authored Aug 16, 2024
2 parents 4eb4f42 + 8ac99ee commit dfce613
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meshtastic/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
fixed32 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)
Expand Down

0 comments on commit dfce613

Please sign in to comment.