🎨 Apply F() to G-code report header
This commit is contained in:
@@ -38,7 +38,7 @@ void GcodeSuite::M250() {
|
||||
}
|
||||
|
||||
void GcodeSuite::M250_report(const bool forReplay/*=true*/) {
|
||||
report_heading_etc(forReplay, PSTR(STR_LCD_CONTRAST));
|
||||
report_heading_etc(forReplay, F(STR_LCD_CONTRAST));
|
||||
SERIAL_ECHOLNPGM(" M250 C", ui.contrast);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user