From b0b21296fe4009826f086ebc60f987c7bcec09b3 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Mon, 25 Jul 2022 22:49:51 -0400 Subject: [PATCH] Rolling back incorrect change that set tuning_step to default value. --- htdocs/openwebrx.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 0ab60c9..cf55d65 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -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":