From 8af374882180a4b22d63b0a4652f8783ca8306e5 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Wed, 23 Mar 2022 05:52:03 +0200 Subject: [PATCH] fix typos --- Startup.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Startup.js b/Startup.js index 9e73685..2332768 100644 --- a/Startup.js +++ b/Startup.js @@ -14,7 +14,7 @@ class Startup run() { - this.setupRadio(); break; + this.setupRadio(); } setupRadio() @@ -25,7 +25,6 @@ class Startup } for (let i = 0; i < this.config.radios.length; i++) { this.startRadio(this.config.radios[i]); - } } this.setupSignals(); }