This commit is contained in:
livello
2018-10-09 10:01:58 +03:00
parent 02a64ac155
commit e1db33cc69

View File

@@ -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
} }