Changeset 668:089eac0ae9b4


Ignore:
Timestamp:
08/17/15 16:24:35 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The G-load is offset by 1.0 in case of the Majestic Dash 8 (re #274).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r667 r668  
    18391839        state.pitotHeatOn = None
    18401840
     1841        # G-load seems to be offset by -1.0 (i.e a value of 0 seem to mean
     1842        # a G-load of 1.0)
     1843        state.gLoad += 1.0
     1844
    18411845        return state
    18421846
Note: See TracChangeset for help on using the changeset viewer.