MSG_AUTOSTART => MSG_RUN_AUTO_FILES

This commit is contained in:
Scott Lahteine
2021-04-29 08:45:05 -05:00
parent 4052ef7097
commit 734dd1c293
32 changed files with 35 additions and 34 deletions
+3 -3
View File
@@ -133,10 +133,10 @@ void menu_main() {
// *** IF THIS SECTION IS CHANGED, REPRODUCE BELOW ***
//
// Autostart
// Run Auto Files
//
#if ENABLED(MENU_ADDAUTOSTART)
ACTION_ITEM(MSG_AUTOSTART, card.beginautostart);
ACTION_ITEM(MSG_RUN_AUTO_FILES, card.beginautostart);
#endif
if (card_detected) {
@@ -238,7 +238,7 @@ void menu_main() {
// Autostart
//
#if ENABLED(MENU_ADDAUTOSTART)
ACTION_ITEM(MSG_AUTOSTART, card.beginautostart);
ACTION_ITEM(MSG_RUN_AUTO_FILES, card.beginautostart);
#endif
if (card_detected) {