Write build options to EEPROM for CHIRP to use.

This commit is contained in:
Krzysiek Egzmont
2023-12-07 22:50:23 +01:00
parent f7061c3195
commit 0793b68971
3 changed files with 49 additions and 1 deletions

2
main.c
View File

@@ -84,7 +84,7 @@ void Main(void)
BOARD_ADC_GetBatteryInfo(&gBatteryCurrentVoltage, &gBatteryCurrent);
SETTINGS_InitEEPROM();
SETTINGS_WriteBuildOptions();
SETTINGS_LoadCalibration();
RADIO_ConfigureChannel(0, VFO_CONFIGURE_RELOAD);