#define HAS_POWER_SWITCH
This commit is contained in:
parent
6864280803
commit
92b54aa27e
@ -272,7 +272,7 @@
|
||||
#define PS_ON_AWAKE HIGH
|
||||
#define PS_ON_ASLEEP LOW
|
||||
#endif
|
||||
HAS_POWER_SWITCH = (POWER_SUPPLY > 0 && defined(PS_ON_PIN) && PS_ON_PIN >= 0)
|
||||
#define HAS_POWER_SWITCH (POWER_SUPPLY > 0 && defined(PS_ON_PIN) && PS_ON_PIN >= 0)
|
||||
|
||||
/**
|
||||
* Temp Sensor defines
|
||||
|
Loading…
Reference in New Issue
Block a user