more testing and bugfixes
This commit is contained in:
@ -194,10 +194,12 @@ public:
|
||||
void resetState();
|
||||
|
||||
void setBlocking(bool blocking);
|
||||
void setPrintCommandOutput(bool print);
|
||||
private:
|
||||
CommandExecutor cmdExecutor;
|
||||
Operations currentOp = Operations::IDLE;
|
||||
bool blocking = false;
|
||||
bool printCmdOutput = true;
|
||||
|
||||
SdCardManager();
|
||||
|
||||
|
Reference in New Issue
Block a user