Updated memory layout info.

This commit is contained in:
Kai Lauterbach 2024-04-18 16:31:50 +02:00
parent ef8c21b819
commit 980dbf9784

View file

@ -167,7 +167,6 @@ u8 NoaaChannel[1];
struct {
u8 BEEP_CONTROL:1, KEY_M_LONG_PRESS_ACTION: 7;
} beep_key_long_press;
u8 KEY_1_SHORT_PRESS_ACTION;
u8 KEY_1_LONG_PRESS_ACTION;
u8 KEY_2_SHORT_PRESS_ACTION;
@ -245,7 +244,14 @@ u8 200TX;
u8 350EN;
u8 en350;
u8 ScrambleEnable;
u8 live_DTMF_decoder_bat_txt_micbar_am_fix_bl_txrx;
struct {
u8 unknown_2:1,
live_DTMF_decoder: 1,
batery_txt:2,
micbar:1,
am_fix:1,
bl_txrx:2;
} settings_0f40;
#seekto 0x1D50;
u8 CEC_LiveSeekMode;
@ -253,6 +259,7 @@ u8 CW_KEYTYPE;
u8 CW_SPEED;
u8 CW_TONE;
// CEC_EEPROM_START1
#seekto 0x1C00;
struct {
char name[8];