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

This commit is contained in:
DJ2LS 2024-01-05 23:20:26 +01:00
commit f56790dbc3
2 changed files with 3 additions and 5 deletions

View file

@ -52,7 +52,6 @@ var dxcallPing = ref("");
title="Send a ping request to a remote station"
@click="transmitPing()"
>
Send ping
</button>
</div>
@ -76,7 +75,8 @@ var dxcallPing = ref("");
type="button"
title="Send a CQ to the world"
@click="sendModemCQ()"
> <h3>CQ CQ CQ</h3>
>
<h3>CQ CQ CQ</h3>
</button>
</div>
</div>

View file

@ -11,8 +11,6 @@ const state = useStateStore(pinia);
class="d-flex justify-content-center align-items-center object-fill border rounded w-100 h-100"
:class="state.ptt_state === true ? 'text-bg-warning' : 'text-bg-white'"
>
<h2>
ON AIR
</h2>
<h2>ON AIR</h2>
</div>
</template>