[fix](trx-frontend-http-json): map cw control commands
Co-authored-by: Codex <codex@openai.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
@@ -142,6 +142,9 @@ async fn handle_client(
|
|||||||
ClientCommand::SetTxLimit { limit } => RigCommand::SetTxLimit(limit),
|
ClientCommand::SetTxLimit { limit } => RigCommand::SetTxLimit(limit),
|
||||||
ClientCommand::SetAprsDecodeEnabled { enabled } => RigCommand::SetAprsDecodeEnabled(enabled),
|
ClientCommand::SetAprsDecodeEnabled { enabled } => RigCommand::SetAprsDecodeEnabled(enabled),
|
||||||
ClientCommand::SetCwDecodeEnabled { enabled } => RigCommand::SetCwDecodeEnabled(enabled),
|
ClientCommand::SetCwDecodeEnabled { enabled } => RigCommand::SetCwDecodeEnabled(enabled),
|
||||||
|
ClientCommand::SetCwAuto { enabled } => RigCommand::SetCwAuto(enabled),
|
||||||
|
ClientCommand::SetCwWpm { wpm } => RigCommand::SetCwWpm(wpm),
|
||||||
|
ClientCommand::SetCwToneHz { tone_hz } => RigCommand::SetCwToneHz(tone_hz),
|
||||||
ClientCommand::ResetAprsDecoder => RigCommand::ResetAprsDecoder,
|
ClientCommand::ResetAprsDecoder => RigCommand::ResetAprsDecoder,
|
||||||
ClientCommand::ResetCwDecoder => RigCommand::ResetCwDecoder,
|
ClientCommand::ResetCwDecoder => RigCommand::ResetCwDecoder,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user