From b8cf7f2b3d69f64c30bba8ce807f80cc490f7632 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 12 Feb 2023 18:00:33 +0100 Subject: [PATCH] updated fec transmit --- gui/sock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/sock.js b/gui/sock.js index 2ab266d7..14881b76 100644 --- a/gui/sock.js +++ b/gui/sock.js @@ -681,7 +681,7 @@ exports.sendTestFrame = function () { // SEND FEC exports.sendFEC = function (mode, payload) { command = - '{"type" : "fec", "command" : "send_fec", "mode" : "' + + '{"type" : "fec", "command" : "transmit", "mode" : "' + mode + '", "payload" : "' + payload +