0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

Fixed key number offset bug added yesterday

This commit is contained in:
OneOfEleven
2023-10-06 07:48:45 +01:00
parent 9a0a75446a
commit 5397b3ee88
26 changed files with 1750 additions and 33 deletions

View File

@ -240,12 +240,13 @@ const char gSubMenu_D_RSP[4][11] =
"BOTH"
};
const char gSubMenu_PTT_ID[4][7] =
const char gSubMenu_PTT_ID[5][15] =
{
"OFF",
"KEY UP",
"KEY DN",
"BOTH"
"KEY\nUP",
"KEY\nDOWN",
"KEY\nUP+DOWN",
"APOLLO\nQUINDAR"
};
const char gSubMenu_PONMSG[4][8] =