mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 04:39:49 +03:00
PrintEx
This commit is contained in:
@@ -1412,8 +1412,7 @@ void thermoLoop(void) {
|
|||||||
|
|
||||||
#ifndef DISABLE_FREERAM_PRINT
|
#ifndef DISABLE_FREERAM_PRINT
|
||||||
(thermostatCheckPrinted) ? debugSerial<<F("\nfree:") : debugSerial<<F(" ");
|
(thermostatCheckPrinted) ? debugSerial<<F("\nfree:") : debugSerial<<F(" ");
|
||||||
debugSerial<<freeRam();
|
debugSerial<<freeRam()<<" ";
|
||||||
debugSerial<<" ");
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user