@ -237,6 +237,10 @@ caldata_recall(uint16_t id)
set_reflevel(setting.reflevel);
set_waterfall();
set_level_meter();
#ifdef __ULTRA__
ultra_start = (config.ultra_start == ULTRA_AUTO ? DEFAULT_ULTRA_THRESHOLD : config.ultra_start);
#endif
// if (setting.show_stored)
// enableTracesAtComplete(TRACE_STORED_FLAG);
return 0;
@ -2658,6 +2658,11 @@ int main(void)
if (caldata_recall(0) == -1) {
load_LCD_properties();
}
else
/*
* Init Shell console connection data (after load config for settings)
Powered by TurnKey Linux.