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

Made the channel/frequencies/name stand in line

This commit is contained in:
OneOfEleven
2023-09-19 15:35:32 +01:00
parent 9651e52317
commit 2fe546accd
12 changed files with 54 additions and 70 deletions

View File

@ -127,7 +127,7 @@ typedef struct VFO_Info_t
#ifdef ENABLE_COMPANDER
uint8_t Compander;
#endif
char Name[16];
char Name[10 + 1];
} VFO_Info_t;
extern VFO_Info_t *gTxVfo;