Ignore:
Timestamp:
12/14/12 18:39:04 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

In case of the DA F70 the transponder is considered to be turned on automatically, so it is checked differently: it should be on not later than 10 seconds after liftoff (#144)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r341 r361  
    13941394
    13951395        state.xpdrC = data[self._monidx_xpdrC]==0
     1396        state.autoXPDR = False
    13961397
    13971398        state.apMaster = data[self._monidx_apMaster]!=0
     
    17921793        state.landingLightsOn = None
    17931794        state.nav2_manual = aircraft.flight.stage!=const.STAGE_CRUISE
     1795        self.autoXPDR = True
    17941796
    17951797        return state
Note: See TracChangeset for help on using the changeset viewer.