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