fix typos

This commit is contained in:
Daniel afx 2022-03-23 05:52:03 +02:00
parent 794d1eb909
commit 8af3748821

View file

@ -14,7 +14,7 @@ class Startup
run()
{
this.setupRadio(); break;
this.setupRadio();
}
setupRadio()
@ -26,7 +26,6 @@ class Startup
for (let i = 0; i < this.config.radios.length; i++) {
this.startRadio(this.config.radios[i]);
}
}
this.setupSignals();
}