1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Implemented run action API in relevant feature plugins. Missing bits.

This commit is contained in:
f4exb
2021-10-23 10:53:15 +02:00
parent 920fa82022
commit 10f79b183f
3 changed files with 0 additions and 4 deletions
@@ -402,10 +402,8 @@ int GS232Controller::webapiActionsPost(
if (featureActionsKeys.contains("run"))
{
bool featureRun = swgGS232ControllerActions->getRun() != 0;
MsgStartStop *msg = MsgStartStop::create(featureRun);
getInputMessageQueue()->push(msg);
return 202;
}
else