rkaczorek/astroberry-diy

error in SetResolution

Closed this issue · 1 comments

During testing i found a small coding error in rpi_focus.cpp.

In line 691 and 692 you set twice pinMode(M2, OUTPUT);, but one should be pinMode(M3, OUTPUT);.

Good catch! Fixed in v2.4