0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 22:31:25 +03:00

commented out some restore code

This commit is contained in:
OneOfEleven 2023-10-11 00:08:58 +01:00
parent 2986c6cb84
commit 5942582da4
4 changed files with 3 additions and 1 deletions

View File

@ -229,7 +229,7 @@ endif
# better to bust than add new bugs # better to bust than add new bugs
#CFLAGS += -Wall #CFLAGS += -Wall
#CFLAGS += -Wextra #CFLAGS += -Wextra
CFLAGS += -Wpedantic #CFLAGS += -Wpedantic
CFLAGS += -DPRINTF_INCLUDE_CONFIG_H CFLAGS += -DPRINTF_INCLUDE_CONFIG_H
CFLAGS += -DGIT_HASH=\"$(GIT_HASH)\" CFLAGS += -DGIT_HASH=\"$(GIT_HASH)\"

BIN
firmware.bin Normal file

Binary file not shown.

BIN
firmware.packed.bin Normal file

Binary file not shown.

View File

@ -73,6 +73,7 @@ void SETTINGS_SaveVfoIndices(void)
EEPROM_WriteBuffer(0x0E80, State); EEPROM_WriteBuffer(0x0E80, State);
} }
#if 0
const uint8_t calib1[] = const uint8_t calib1[] =
{ // my first radios calibration data { // my first radios calibration data
0x0A, 0x4B, 0x53, 0x56, 0x59, 0x5C, 0x5F, 0x62, 0x64, 0x66, 0xFF, 0xFF, 0x0A, 0x4B, 0x53, 0x56, 0x59, 0x5C, 0x5F, 0x62, 0x64, 0x66, 0xFF, 0xFF,
@ -179,6 +180,7 @@ void SETTINGS_restore_calibration(void)
index += 8; index += 8;
} }
} }
#endif
void SETTINGS_SaveSettings(void) void SETTINGS_SaveSettings(void)
{ {