MSG_AUTOSTART => MSG_RUN_AUTO_FILES

This commit is contained in:
Scott Lahteine
2020-11-07 17:43:47 -06:00
parent 45116128e8
commit 18fb4b1ce1
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 {