mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
added ping message to gui
This commit is contained in:
parent
4cf8097c83
commit
beb8317f94
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ export function eventDispatcher(data) {
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
switch (data["received"].state) {
|
switch (data["received"]) {
|
||||||
case "PING":
|
case "PING":
|
||||||
message = `Ping request from: ${data.dxcallsign}, SNR: ${data.snr}`;
|
message = `Ping request from: ${data.dxcallsign}, SNR: ${data.snr}`;
|
||||||
displayToast("success", "bi-check-circle", message, 5000);
|
displayToast("success", "bi-check-circle", message, 5000);
|
||||||
|
|
Loading…
Reference in a new issue