updated fec transmit

This commit is contained in:
DJ2LS 2023-02-12 18:00:33 +01:00
parent 2f9c3d14c9
commit b8cf7f2b3d

View file

@ -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 +