Rolling back incorrect change that set tuning_step to default value.

This commit is contained in:
Marat Fayzullin 2022-07-25 22:49:51 -04:00
parent 4bff6c824b
commit b0b21296fe

View File

@ -809,8 +809,6 @@ function on_ws_recv(evt) {
if ('tuning_step' in config)
tuning_step = config['tuning_step'];
else
tuning_step = 1;
break;
case "secondary_config":