diff --git a/Makefile b/Makefile index 53403b8..ccae5b4 100644 --- a/Makefile +++ b/Makefile @@ -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)\" diff --git a/firmware.bin b/firmware.bin new file mode 100644 index 0000000..20565b3 Binary files /dev/null and b/firmware.bin differ diff --git a/firmware.packed.bin b/firmware.packed.bin new file mode 100644 index 0000000..ef39381 Binary files /dev/null and b/firmware.packed.bin differ diff --git a/settings.c b/settings.c index bbfcb8a..5682679 100644 --- a/settings.c +++ b/settings.c @@ -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, @@ -179,6 +180,7 @@ void SETTINGS_restore_calibration(void) index += 8; } } +#endif void SETTINGS_SaveSettings(void) {