merge new remote#2
This commit is contained in:
@@ -12,6 +12,11 @@ POWERSTATES lastState = off;
|
||||
Button buttonPower(PWR_BTN, 250UL, 1U, 0);
|
||||
extern OtaProcess_class ota;
|
||||
|
||||
Button* getPowerButton()
|
||||
{
|
||||
return &buttonPower;
|
||||
}
|
||||
|
||||
void initPowerOn(void)
|
||||
{
|
||||
pinMode(PWR_HOLD, OUTPUT);
|
||||
|
||||
Reference in New Issue
Block a user