Click-to-wake is also accepted as a valid click in sketch

As annoying as this is, it is by design.

If we swallowed that waking press, then there would be no way to differentiate between waking because this blink’s button was pressed and waking because another blink’s button was pressed.

You can ignore waking button presses with code like…

if (buttonPressed() && !hasWoken()) ...

1 Like