`m17crypto_t` update

m17crypto_t now conforms to M17 spec
This commit is contained in:
Wojciech Kaczmarski 2023-09-03 11:45:56 +02:00 committed by silseva
parent 6dd0a718e0
commit ffdc04be3e
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ enum m17mode_t
enum m17crypto_t enum m17crypto_t
{ {
PLAIN = 0, //< No encryption, plaintext data is sent PLAIN = 0, //< No encryption, plaintext data is sent
AES256 = 1, //< AES-256 Encryption SCRAMBLER = 1, //< Scrambler
SCRAMBLER = 2 //< Scrambler AES = 2 //< AES
}; };
/** /**