more testing and bugfixes

This commit is contained in:
2021-08-08 00:11:21 +02:00
parent e186bff4e4
commit 5a4d287f67
4 changed files with 52 additions and 28 deletions

View File

@ -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();