mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Added SD Card output to the status command if applicable to target
This commit is contained in:
parent
7f4a02b735
commit
f6794f926e
1 changed files with 4 additions and 0 deletions
|
@ -2904,6 +2904,10 @@ static void cliStatus(char *cmdline)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cliPrintf("Cycle Time: %d, I2C Errors: %d, config size: %d\r\n", cycleTime, i2cErrorCounter, sizeof(master_t));
|
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
|
#ifndef SKIP_TASK_STATISTICS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue