mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Working version with NotAsinc class
This commit is contained in:
@@ -12,6 +12,6 @@ class CmdRunner : public Runner {
|
||||
public:
|
||||
void run(const char* cmd, Print* out) override {
|
||||
String cmdStr{cmd};
|
||||
stringExecute(cmdStr);
|
||||
csvExecute(cmdStr);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user