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

@ -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) {