MSG_AUTOSTART => MSG_RUN_AUTO_FILES

This commit is contained in:
Scott Lahteine
2020-11-07 17:43:47 -06:00
parent 4052ef7097
commit 734dd1c293
32 changed files with 35 additions and 34 deletions

View File

@ -2144,7 +2144,7 @@ void HMI_Printing() {
#endif
#endif
strcat_P(cmd, PSTR("M24"));
strcat_P(cmd, M24_STR);
queue.inject(cmd);
}
else {