This commit is contained in:
InsanityAutomation
2024-01-14 15:41:52 -05:00
parent a44871b272
commit 6087ab6347
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -399,7 +399,7 @@
//#define MKS_PWC // Using the MKS PWC add-on
//#define PS_OFF_CONFIRM // Confirm dialog when power off
//#define PS_OFF_SOUND // Beep 1s when power off
#define PSU_ACTIVE_STATE LOW // Set 'LOW' for ATX, 'HIGH' for X-Box
#define PSU_ACTIVE_STATE HIGH // Set 'LOW' for ATX, 'HIGH' for X-Box
//#define PSU_DEFAULT_OFF // Keep power off until enabled directly with M80
//#define PSU_POWERUP_DELAY 250 // (ms) Delay for the PSU to warm up to full power
+1 -1
View File
@@ -61,7 +61,7 @@ bool Power::psu_on;
#endif
#if defined(PS_ON_EDM_PIN) || (defined(PS_ON_EDM_PIN) && ENABLED(PSU_OFF_REDUNDANT))
static millis_t Power::last_state_change_ms = 0;
millis_t Power::last_state_change_ms = 0;
#endif
/**