Skip to content

Releases: BitsAndDroids/BitsAndDroidsFlightSimLibrary

1.6.16

10 Jan 15:34
2759cab

Choose a tag to compare

  • Fixed bugs to cater to more boards

1.6.14

27 May 17:26
01d1899

Choose a tag to compare

  • Fixed a duplicate event bug when generating the library through the connector

1.6.13

27 May 15:24
6a6bfbe

Choose a tag to compare

  • Added support for esp based boards

1.6.9

08 May 13:49
64ab080

Choose a tag to compare

Added heading outputs

int getHeadingGyro() { return headingGyro; };
int getHeadingMag() { return headingMag; };
int getHeadingTrue() { return headingTrue; };

1.6.8

07 May 16:45
bebf3c0

Choose a tag to compare

Added ambient wind/temp/rain outputs. These are added in latest version of the connector 0.3.5.

 int getAmbientTemperature() { return ambientTemperature; };
 int getAmbientPressure() { return ambientPressure; };
 int getAmbientWindVelocity() { return ambientWindVelocity; };
 int getAmbientWindDirection() { return ambientWindDirection; };
 int getAmbientPrecipRate() { return ambientPrecipRate; };
 int getAmbientPrecipState() { return ambientPrecipState; };

1.6.7

27 Apr 13:07
14245cb

Choose a tag to compare

  • Added xpndr ident on/off/toggle/set

1.6.6

22 Apr 08:26
c0813ac

Choose a tag to compare

  • Swapped transponder 1 ident and state formatting

1.6.5

19 Apr 11:25
9b11f2f

Choose a tag to compare

  • added adf 1 tenths inc/dec
  • swapped adf 1 ident to bool

1.6.4

18 Apr 10:22
9bcbd4d

Choose a tag to compare

  • removed unused dependency

1.6.3

18 Apr 09:51
a0adf91

Choose a tag to compare

Added transponder ident/state