Avoid copying FW version number into RAM - use the PROGMEM string
This commit is contained in:
parent
4f769f0faa
commit
c1ff6242b0
2 changed files with 2 additions and 2 deletions
Firmware
|
@ -8218,7 +8218,7 @@ Sigma_Exit:
|
|||
if(code_seen('P'))
|
||||
fw_version_check(++strchr_pointer);
|
||||
else if(code_seen('Q'))
|
||||
SERIAL_PROTOCOLLN(FW_VERSION);
|
||||
SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
|
||||
break;
|
||||
case ClPrintChecking::_Gcode: // ~ .5
|
||||
if(code_seen('P'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue