Browse Source

Fix typo

fastled
Xose Pérez 7 years ago
parent
commit
f5b3f9f62e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/button.ino

+ 1
- 1
code/espurna/button.ino View File

@ -174,7 +174,7 @@ void buttonLoop() {
}
// Otherwise check if any of the other two BUTTONs
// (in the header) has been pressent, but we should
// (in the header) has been pressed, but we should
// ensure that we only toggle one of them to avoid
// the synchronization going mad
// This loop is generic for any PSB-04 module


Loading…
Cancel
Save