NGOS-0.62
Known Problems
NGOS version 0.62
- The new commands “diff conf”, “diff globals”, “diff hal” and “diff all” do not work as expected and will crash and reboot your NGOS. Make sure not to use them in this release.
- Two default behaviors are wrong. Make sure to correct them after you issue a set default!
Please correct:
05 when.landed.rc.stick.right.delay(center,right,0) => rc.calibrate.bearing()
06 when.landed.rc.stick.right.delay(center,right,0) => rc.calibrate.throttle()
With the correct behaviors:
05 when.flying.rc.pot.binary(0,1) => rc.calibrate.bearing()
06 when.flying.rc.pot.binary(0,1) => rc.calibrate.throttle()
- Tristate button behavior conditions do not work as expected.