0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-29 06:41:25 +03:00

Fixed */scan hold that got broke, a a few days ago

This commit is contained in:
OneOfEleven 2023-10-16 13:26:38 +01:00
parent 80f9f89ccb
commit d95adde3a6
3 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ void ACTION_Scan(bool bRestart)
g_update_status = true;
return;
}
g_eeprom.scan_list_default = 0; // back to scan list 1 - the next time we start scanning
}
// stop scanning

Binary file not shown.

Binary file not shown.