Fixed some software bugs (#258)

This commit is contained in:
CommanderRedYT
2022-02-08 10:59:47 +01:00
committed by GitHub
parent 62f91ae0a6
commit 79f7efeaf9
11 changed files with 20 additions and 11 deletions

View File

@ -102,7 +102,6 @@ void Lockscreen::redraw()
else
espgui::switchScreen<MainMenu>();
#ifdef LOCKSCREEN_PLUGIN
#pragma message "Activating Lockscreen Plugin"
#include LOCKSCREEN_PLUGIN
#endif
return;