Skip to content

App v0.3.23

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 19:57
41e425e

Connector

  • Added throttle action (single input to set up to 4 throttles axis)
  • Added mixture action (single input to set up to 4 mixture axis)
  • Added propeller action (single input to set up to 4 propeller axis)
  • Throttle range gets automatically mapped based on the aircraft (to calculate for reversers)
  • When you swap aircraft the min throttle value is set to the new value

Library

  • Added 2 extra pins to the set mixture function
  • Added 2 extra pins to the set propeller function
  void propsInputHandling(int propPin1, int propPin2, int propPin3,
                          int propPin4);
  void mixtureInputHandling(int mixturePin1, int mixturePin2, int mixturePin3,
                            int mixturePin4);