Shouldn't have removed this one. It's too risky

pull/375/head
Ben Meadors 2023-07-25 19:09:08 -05:00
rodzic 45ccd172d7
commit 7bf13761bb
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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).