main.cpp: bugfix lowpower gpio pin init
This commit is contained in:
parent
847bd7431c
commit
2640c0ba59
@ -184,7 +184,7 @@ void setup() {
|
||||
|
||||
// set low power mode to off
|
||||
#ifdef HAS_LOWPOWER_SWITCH
|
||||
pinMode(HAS_LED, OUTPUT);
|
||||
pinMode(HAS_LOWPOWER_SWITCH, OUTPUT);
|
||||
digitalWrite(HAS_LOWPOWER_SWITCH, HIGH);
|
||||
strcat_P(features, " LPWR");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user