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

Fixed boot beep compile problem

This commit is contained in:
OneOfEleven
2023-09-18 11:54:42 +01:00
parent 784a4dd79f
commit ed33d14c0f
12 changed files with 35 additions and 45 deletions

View File

@ -212,7 +212,7 @@ const uint8_t BITMAP_VOX[18] =
0b00011000,
0b00100000,
0b01111111,
0b00000000,
0b01100011,
0b00010100,
@ -298,7 +298,7 @@ const uint8_t BITMAP_TDR2[12] =
0b00001001,
0b00001001,
0b00000001,
0b00000000,
0b01111111,
0b00000010,
@ -325,25 +325,25 @@ const uint8_t BITMAP_TDR2[12] =
0b01001001,
0b00110001
};
#else
const uint8_t BITMAP_SC[12] =
{ // "SC"
0b00000000,
0b01000110,
0b01001001,
0b01001001,
0b01001001,
0b00110001,
0b00000000,
0b00111110,
0b01000001,
0b01000001,
0b01000001,
0b00100010
};
#endif
const uint8_t BITMAP_SC[12] =
{ // "SC"
0b00000000,
0b01000110,
0b01001001,
0b01001001,
0b01001001,
0b00110001,
0b00000000,
0b00111110,
0b01000001,
0b01000001,
0b01000001,
0b00100010
};
const uint8_t BITMAP_Antenna[5] =
{
0b00000011,