Closed this issue 5 years ago · 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);.
pinMode(M2, OUTPUT);
pinMode(M3, OUTPUT);
Good catch! Fixed in v2.4