Move more strings to PROGMEM
This commit is contained in:
@ -73,7 +73,7 @@ void GcodeSuite::M261() {
|
||||
}
|
||||
else {
|
||||
SERIAL_ERROR_START();
|
||||
SERIAL_ERRORLN("Bad i2c request");
|
||||
SERIAL_ERRORLNPGM("Bad i2c request");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user