Changeset 903:521a565fc5cc for src


Ignore:
Timestamp:
05/06/18 08:29:41 (6 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
version_0.39_maint
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Some extra printous related to the flaps on X-Plane

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/xplane.py

    r902 r903  
    14381438
    14391439        state.flaps = self._flapsNotches[-1]*data[self._monidx_flapsLeft]
     1440        print "flapsControl:", flapsControl, "flapsIndex:", flapsIndex, "flaps:", state.flaps
     1441        print "flapsSet", state.flapsSet
    14401442
    14411443        state.navLightsOn = data[self._monidx_navLights] != 0
Note: See TracChangeset for help on using the changeset viewer.