-
Notifications
You must be signed in to change notification settings - Fork 48
Plus Version
Eric Stockenstrom edited this page Jul 16, 2019
·
1 revision
The Plus version adds support for additional sensor types to extend the functionality and usefulness of yaapu's LUA display scripts.
The following additional sensor types are supported;
- 0x5009 Mission Waypoints
- 0x50F1 Servo_Channels to enable the display of output signals to servos for very fast aircraft
- 0x50F2 VFR_Heads Up Display
The Plus version is enabled by means of #define declarations as usual
#define PlusVersion // Added support for 0x5009 Mission WPs, 0x50F1 Servo_Channels, 0x50F2 VFR_Hud
The Plus version is not required for FlightDeck (as at July 2019)