Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add device-ui persistency #597

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add device-ui persistency #597

wants to merge 1 commit into from

Conversation

mverch67
Copy link

@mverch67 mverch67 commented Oct 9, 2024

Added

  • device-ui proto+options with persistent data for all settings
  • admin config get/set for device-ui data
  • mesh proto change to send ui data during PhoneAPI initial connect

@@ -376,6 +382,21 @@ message AdminMessage {
* Tell the node to reset the nodedb.
*/
int32 nodedb_reset = 100;

Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put them after set_time_only since 64 and higher are the management commands

/*
* Filter based on hops away
*/
int32 hopys_away = 4;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants