Closed GoogleCodeExporter closed 8 years ago
in Radio.pde, make this change to implement Solution 1, then dip switch 2 will
control ACRO Vs Stable mode. ( if you don't like the logic, remove the ! mark
to reverse it)
-if(ch_aux2 > 1300)
+if (!SW_DIP2 )
+ flightMode = ACRO_MODE;
+else
+ flightMode = STABLE_MODE;
Original comment by davidb...@gmail.com
on 1 Jan 2011 at 3:19
Original comment by jasonshort
on 8 May 2011 at 7:25
Original issue reported on code.google.com by
jphelirc
on 8 Oct 2010 at 5:15