Correct ping API call

This commit is contained in:
Pedro 2023-11-18 18:01:20 +01:00
parent ab7f03a9e6
commit 1104d6b2f1

View file

@ -65,7 +65,7 @@ export function sendModemCQ() {
}
export function sendModemPing(dxcall) {
return apiPost("/modem/cqcqcq", { dxcall: dxcall });
return apiPost("/modem/ping", { dxcall: dxcall });
}
export function startModem() {