Added SD Card output to the status command if applicable to target

This commit is contained in:
blckmn 2016-07-14 17:27:04 +10:00
parent 7f4a02b735
commit f6794f926e
1 changed files with 4 additions and 0 deletions

View File

@ -2904,6 +2904,10 @@ static void cliStatus(char *cmdline)
#endif
cliPrintf("Cycle Time: %d, I2C Errors: %d, config size: %d\r\n", cycleTime, i2cErrorCounter, sizeof(master_t));
#ifdef USE_SDCARD
cliSdInfo(NULL);
#endif
}
#ifndef SKIP_TASK_STATISTICS