Skip to content

Commit

Permalink
Adds a blank config for fetching a remote admin session key
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Aug 19, 2024
1 parent b623762 commit 1dd7903
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ message AdminMessage {
* TODO: REPLACE
*/
SECURITY_CONFIG = 7;

/*
*
*/
BLANK_CONFIG = 8;
}

/*
Expand Down
6 changes: 6 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,11 @@ message Config {
bool admin_channel_enabled = 8;
}

/*
* Blank config request, strictly for getting the session key
*/
message BlankConfig {}

/*
* Payload Variant
*/
Expand All @@ -1081,5 +1086,6 @@ message Config {
LoRaConfig lora = 6;
BluetoothConfig bluetooth = 7;
SecurityConfig security = 8;
BlankConfig blank = 9;
}
}

0 comments on commit 1dd7903

Please sign in to comment.