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 +