This commit is contained in:
@ -64,12 +64,13 @@ private:
|
||||
NONE,
|
||||
START,
|
||||
GET_INFO,
|
||||
SET_STATE,
|
||||
SET_STATE_SELF,
|
||||
SET_STATE_OTHER,
|
||||
MOUNT,
|
||||
UPDATE_INFO,
|
||||
DONE
|
||||
};
|
||||
static constexpr bool BLOCKING_SD_INIT = true;
|
||||
static constexpr bool BLOCKING_SD_INIT = false;
|
||||
|
||||
SdCardManager* sdcMan = nullptr;
|
||||
uint16_t sdcInitCycleCount = 0;
|
||||
|
Reference in New Issue
Block a user