mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-14 20:32:23 -04:00
Implemented AES-128 encryption
This commit is contained in:
parent
0e24b54657
commit
b3b1a9b253
15 changed files with 730 additions and 118 deletions
|
@ -30,6 +30,9 @@ void sd_automounted_hook(void) {
|
|||
|
||||
void sd_autounmounted_hook(void) {
|
||||
sd_statuschange_indication(0);
|
||||
if (crypto_enabled()) {
|
||||
LED_indicate_error_crypto();
|
||||
}
|
||||
}
|
||||
|
||||
void sd_jobs(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue