Open File Browser on Media Insert (option) (#20151)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Thomas Niccolo Reyes
2020-11-18 12:30:32 +08:00
committed by GitHub
parent 5768ee0f9e
commit ecd8227de0
9 changed files with 25 additions and 16 deletions

View File

@@ -322,6 +322,7 @@ public:
#endif
#if ENABLED(SDSUPPORT)
#define MEDIA_MENU_GATEWAY TERN(PASSWORD_ON_SD_PRINT_MENU, password.media_gatekeeper, menu_media)
static void media_changed(const uint8_t old_stat, const uint8_t stat);
#endif