Add ping toast

This commit is contained in:
Mashintime 2023-12-09 11:34:25 -05:00
parent bdc21d1c53
commit 46eef7a3b5

View file

@ -220,6 +220,15 @@ export function eventDispatcher(data) {
5000,
);
return;
case "PING":
//Qrv received
displayToast(
"success",
"bi-arrow-right-short",
"Ping request from " + data["dxcallsign"],
5000,
);
return;
case "PING_ACK":
//Qrv received
displayToast(