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

@ -540,11 +540,11 @@ const uint8_t BITMAP_ScanList[6] =
*/
const uint8_t BITMAP_ScanList1[6] =
{ // 1 symbol
0b00000000,
0b00000000,
0b01000010,
0b01111110,
0b01000010,
0b00000000,
0b00000000
};