0
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:
OneOfEleven
2023-11-14 13:28:02 +00:00
parent 19a817d0eb
commit 6bd3ee3972
5 changed files with 111 additions and 70 deletions

View File

@ -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