This one's pretty funny. Timed exposure sequences were operating backwards, where the timed exposure was running while the cap was over the lens. Whoops.

This commit is contained in:
mmcwilliams 2018-10-17 12:08:56 -04:00
parent d0de8fe32f
commit a4bd06f2d9
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ void loop () {
}
if (running) {
if (timed && black) {
if (timed && !black) {
Read_timed();
} else {
Read_micro();