mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
[Taranis] Overrun errors on S.PORT are now counted and it's possible to display the errors count in the CLI
This commit is contained in:
parent
f622d7cf6d
commit
4443ab22ee
3 changed files with 9 additions and 2 deletions
|
@ -498,11 +498,13 @@ int cliDebugVars(const char ** argv)
|
|||
#if defined(PCBHORUS)
|
||||
extern uint32_t ioMutexReq, ioMutexRel;
|
||||
extern uint32_t sdReadRetries;
|
||||
|
||||
serialPrint("ioMutexReq=%d", ioMutexReq);
|
||||
serialPrint("ioMutexRel=%d", ioMutexRel);
|
||||
serialPrint("sdReadRetries=%d", sdReadRetries);
|
||||
#elif defined(PCBTARANIS)
|
||||
serialPrint("telemetryErrors=%d", telemetryErrors);
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue