Fix Capabilities Report
This commit is contained in:
parent
8274369522
commit
427df8792d
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
static void cap_line(const char * const name, bool ena=false) {
|
static void cap_line(const char * const name, bool ena=false) {
|
||||||
SERIAL_PROTOCOLPGM("Cap:");
|
SERIAL_PROTOCOLPGM("Cap:");
|
||||||
serialprintPGM(name);
|
serialprintPGM(name);
|
||||||
|
SERIAL_CHAR(':');
|
||||||
SERIAL_PROTOCOLLN(int(ena ? 1 : 0));
|
SERIAL_PROTOCOLLN(int(ena ? 1 : 0));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in a new issue