Set 1s peak as default, set 32x resolution as default

This commit is contained in:
GullCode 2023-03-22 14:37:31 +01:00
parent 92b622deac
commit 2d9fe6cf8a

View File

@ -180,7 +180,8 @@ namespace ui {
}; };
// default peak value // default peak value
peak_mode.set_selected_index(1); peak_mode.set_selected_index(3);
rssi_resolution.set_selected_index(1);
//FILL STEP OPTIONS //FILL STEP OPTIONS
freqman_set_modulation_option( field_mode ); freqman_set_modulation_option( field_mode );
freqman_set_step_option_short( step_mode ); freqman_set_step_option_short( step_mode );