Skip to content

Commit

Permalink
commented out some restore code
Browse files Browse the repository at this point in the history
  • Loading branch information
OneOfEleven authored and OneOfEleven committed Oct 10, 2023
1 parent 2986c6c commit 5942582
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ endif
# better to bust than add new bugs
#CFLAGS += -Wall
#CFLAGS += -Wextra
CFLAGS += -Wpedantic
#CFLAGS += -Wpedantic

CFLAGS += -DPRINTF_INCLUDE_CONFIG_H
CFLAGS += -DGIT_HASH=\"$(GIT_HASH)\"
Expand Down
Binary file added firmware.bin
Binary file not shown.
Binary file added firmware.packed.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ void SETTINGS_SaveVfoIndices(void)
EEPROM_WriteBuffer(0x0E80, State);
}

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

void SETTINGS_SaveSettings(void)
{
Expand Down

0 comments on commit 5942582

Please sign in to comment.