Merge branch 'V4.3' of https://github.com/erikkaashoek/tinySA into DiSlord_browser

pull/52/head
DiSlord Live 3 years ago
commit 18b4b94875

@ -237,6 +237,10 @@ caldata_recall(uint16_t id)
set_reflevel(setting.reflevel); set_reflevel(setting.reflevel);
set_waterfall(); set_waterfall();
set_level_meter(); set_level_meter();
#ifdef __ULTRA__
ultra_start = (config.ultra_start == ULTRA_AUTO ? DEFAULT_ULTRA_THRESHOLD : config.ultra_start);
#endif
// if (setting.show_stored) // if (setting.show_stored)
// enableTracesAtComplete(TRACE_STORED_FLAG); // enableTracesAtComplete(TRACE_STORED_FLAG);
return 0; return 0;

@ -2678,6 +2678,11 @@ int main(void)
if (caldata_recall(0) == -1) { if (caldata_recall(0) == -1) {
load_LCD_properties(); load_LCD_properties();
} }
#ifdef __ULTRA__
else
ultra_start = (config.ultra_start == ULTRA_AUTO ? DEFAULT_ULTRA_THRESHOLD : config.ultra_start);
#endif
/* /*
* Init Shell console connection data (after load config for settings) * Init Shell console connection data (after load config for settings)

Loading…
Cancel
Save

Powered by TurnKey Linux.