mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-22 21:34:22 -04:00
Implemented AES-128 encryption
This commit is contained in:
parent
0e24b54657
commit
b3b1a9b253
15 changed files with 730 additions and 118 deletions
4
device.h
4
device.h
|
@ -37,7 +37,9 @@
|
|||
#define CONFIG_CSMA_P 255
|
||||
|
||||
#define AX25_MIN_FRAME_LEN 1
|
||||
#define AX25_MAX_FRAME_LEN 600
|
||||
#define AX25_MAX_FRAME_LEN 611
|
||||
// TODO: increase back to 576
|
||||
#define AX25_MAX_PAYLOAD 576
|
||||
|
||||
// Packet settings
|
||||
#define CONFIG_PASSALL false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue