mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
[CodeFactor] Apply fixes to commit 3b9db29
This commit is contained in:
parent
3b9db2980c
commit
d8b7889401
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ export function eventDispatcher(data) {
|
||||||
// Todo we might use a switch function for data dispatching
|
// Todo we might use a switch function for data dispatching
|
||||||
stateStore.ptt_state = data.ptt;
|
stateStore.ptt_state = data.ptt;
|
||||||
|
|
||||||
|
// copied directly from sock.js We need to implement these variables step by step
|
||||||
|
|
||||||
// copied directly from sock.js We need to implement these variables step by step
|
|
||||||
if (data["command"] == "modem_state") {
|
if (data["command"] == "modem_state") {
|
||||||
//console.log(data)
|
//console.log(data)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue