Fix compile warnings, serial alias
This commit is contained in:
@ -177,7 +177,7 @@ void PrintCounter::saveStats() {
|
||||
#endif
|
||||
|
||||
void PrintCounter::showStats() {
|
||||
char buffer[21];
|
||||
char buffer[22];
|
||||
|
||||
SERIAL_ECHOPGM(STR_STATS);
|
||||
SERIAL_ECHOLNPAIR(
|
||||
|
Reference in New Issue
Block a user