mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Correct ping API call
This commit is contained in:
parent
ab7f03a9e6
commit
1104d6b2f1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export function sendModemCQ() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function sendModemPing(dxcall) {
|
export function sendModemPing(dxcall) {
|
||||||
return apiPost("/modem/cqcqcq", { dxcall: dxcall });
|
return apiPost("/modem/ping", { dxcall: dxcall });
|
||||||
}
|
}
|
||||||
|
|
||||||
export function startModem() {
|
export function startModem() {
|
||||||
|
|
Loading…
Reference in a new issue