Changeset 382:3e3eead0a055


Ignore:
Timestamp:
12/21/12 13:33:23 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The transponder setting is checked differently (#162)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r381 r382  
    13971397        state.cog = data[self._monidx_cog]
    13981398
    1399         state.xpdrC = data[self._monidx_xpdrC]==0
     1399        state.xpdrC = data[self._monidx_xpdrC]!=1
    14001400        state.autoXPDR = False
    14011401
Note: See TracChangeset for help on using the changeset viewer.