mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Shouldn't have removed this one. It's too risky
This commit is contained in:
parent
45ccd172d7
commit
7bf13761bb
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ option swift_prefix = "";
|
|||
* explain how remote settings and remote gpio are managed as an example
|
||||
*/
|
||||
message ChannelSettings {
|
||||
/*
|
||||
* Deprecated in favor of LoraConfig.channel_num
|
||||
*/
|
||||
uint32 channel_num = 1 [deprecated = true];
|
||||
|
||||
/*
|
||||
* A simple pre-shared key for now for crypto.
|
||||
* Must be either 0 bytes (no crypto), 16 bytes (AES128), or 32 bytes (AES256).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue