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

fix: increase string buffer size to avoid overflow

This commit is contained in:
bricky149
2023-10-23 18:17:26 +01:00
parent 35ba988657
commit 01d4d748de
2 changed files with 3 additions and 3 deletions

View File

@ -405,7 +405,7 @@ void UI_DisplayMain(void)
#endif
const unsigned int line0 = 0; // text screen line
const unsigned int line1 = 4;
char String[17];
char String[22];
unsigned int vfo_num;
center_line = CENTER_LINE_NONE;