Browse Source
chdkActive was set to false regardless of (millis() - chdkHigh) being bigger than the CHDK_DELAY or not. So if (millis() - chdkHigh) wasn't bigger than the delay the first time, the CHDK would never be set back to LOW. Also, don't return from the function, as there might be other stuff to do, after the CHDK check.pull/1/head
Florian Baumann
10 years ago
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue