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

added a little eeprom cleaning code

This commit is contained in:
OneOfEleven
2023-11-03 00:42:55 +00:00
parent 8dfcbedf0b
commit ef64d282e3
4 changed files with 76 additions and 35 deletions

View File

@ -255,12 +255,9 @@ typedef struct {
} __attribute__((packed));
// 0x0D60
t_channel_attrib channel_attributes[200];
t_channel_attrib channel_attributes[200 + 7 + 1]; // last byte = 0x00
struct {
// 0x0E28
uint8_t unused1[8]; // 0xff's
// 0x0E30
uint8_t unused2[16]; // 0xff's