mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 23:18:39 +03:00
.
This commit is contained in:
@ -348,7 +348,7 @@ static void cmd_051D(const uint8_t *pBuffer)
|
||||
if (!is_locked)
|
||||
reload_eeprom = true;
|
||||
#else
|
||||
if (Offset == 0x0F30)
|
||||
if (Offset == 0x0F30 || Offset == 0x0F38)
|
||||
memset(data, 0xff, 8); // wipe the AES key
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user