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

fix crc in makefile

This commit is contained in:
OneOfEleven
2023-11-06 09:08:09 +00:00
parent f494b8565b
commit 7f07588b22
14 changed files with 72 additions and 69 deletions

View File

@ -311,11 +311,11 @@ const char g_sub_menu_pwr_on_msg[4][14] =
"NONE"
};
const char g_sub_menu_roger_mode[2][16] =
const char g_sub_menu_roger_mode[3][15] =
{
"OFF",
"TX END\nROGER",
// "TX END\nMDC1200"
"TX END\nROGER 1",
"TX END\nROGER 2"
};
const char g_sub_menu_reset[2][4] =