Fix config errors

This commit is contained in:
Mashintime 2023-11-17 16:36:12 -05:00
parent f2befd29f2
commit d84dc12fb0

View file

@ -49,6 +49,8 @@ class CONFIG:
'rx_buffer_size': int,
'enable_scatter': bool,
'tx_delay': int,
'enable_hmac':bool,
'enable_morse_identifier':bool
},
}