Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
DJ2LS 2023-11-12 22:35:15 +01:00
commit 3349d09654

View file

@ -20,15 +20,13 @@ import { useSettingsStore } from "../store/settingsStore.js";
const settings = useSettingsStore(pinia);
export function stateDispatcher(data) {
console.log(data)
if (data["freedata-message"] == "state-change") {
console.log(data);
if (data["freedata-message"] == "state-change") {
stateStore.channel_busy = data["channel_busy"];
stateStore.is_codec2_traffic = data["is_codec2_traffic"];
stateStore.is_modem_running = data["is_modem_running"];
/*
stateStore.rx_buffer_length = data["rx_buffer_length"];