📺 Fix Makefile build, improve Touch UI button titles (#22361)

This commit is contained in:
Marcio T
2021-07-14 21:13:08 -06:00
committed by Scott Lahteine
parent 7e50d8761d
commit 3be35a6bd6
25 changed files with 29 additions and 25 deletions

View File

@@ -38,6 +38,8 @@
#include "../gcode/gcode.h"
#endif
#if EITHER(PSU_CONTROL, AUTO_POWER_CONTROL)
Power powerManager;
bool Power::psu_on;
@@ -214,3 +216,5 @@ void Power::power_off() {
#endif
#endif // AUTO_POWER_CONTROL
#endif // PSU_CONTROL || AUTO_POWER_CONTROL