mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-13 11:18:48 -04:00
Implemented run action API in relevant feature plugins. Missing bits.
This commit is contained in:
@@ -341,7 +341,6 @@ int AFC::webapiActionsPost(
|
||||
{
|
||||
bool featureRun = swgAFCActions->getRun() != 0;
|
||||
unknownAction = false;
|
||||
|
||||
MsgStartStop *msg = MsgStartStop::create(featureRun);
|
||||
getInputMessageQueue()->push(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user