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:
parent
d0de8fe32f
commit
a4bd06f2d9
|
@ -106,7 +106,7 @@ void loop () {
|
|||
}
|
||||
|
||||
if (running) {
|
||||
if (timed && black) {
|
||||
if (timed && !black) {
|
||||
Read_timed();
|
||||
} else {
|
||||
Read_micro();
|
||||
|
|
Loading…
Reference in New Issue