Skip to content

Releases: dcs-bios/dcs-bios

v0.5.0

03 Mar 22:55
Compare
Choose a tag to compare
  • updated documentation to reflect changes in v0.2.0 of the Arduino library
  • baud rate changed to 250000 as required by v0.2.0 of the Arduino library

If you are upgrading from an earlier version, your existing boards, which use the old baud rate of 500000 bps, will no longer talk to your PC. You should update to v0.2.0 of the Arduino library, adapt your sketches to the changes, recompile and reflash your Arduino boards.

v0.4.2

02 Jan 23:50
Compare
Choose a tag to compare
  • A-10C: Add SET_VHF_AM and SET_VHF_FM commands to directly set the radio frequencies for the AM and FM radios. Only works for valid frequencies for the given radio.
  • A-10C: add ALT_PNEU_FLAG export value (position of the yellow PNEU flag in the Altimeter)

v0.4.1

05 Oct 16:15
Compare
Choose a tag to compare
  • A-10C: add AIRSPEED_MAX_IAS, COMPASS_BANK, COMPASS_PITCH, COMPASS_HDG
  • A-10C: fix CMSP toggle switches (the "held up" position sent a wrong command to DCS)
  • avoid spamming dcs.log with errors when in a FC3 aircraft
  • add first draft of pointer calibration tool

v0.4.0

21 Sep 17:41
Compare
Choose a tag to compare
  • add Ka-50 support (contributed by airtom)
  • UH-1H: rename UHF 50 KHz selector from VHF_50KHZ to UHF_50KHZ

v0.3.0

21 Mar 23:19
Compare
Choose a tag to compare
  • Mig-21Bis support (contributed by wraith444)
  • UH-1H: fix VHFFM_FREQ4 control
  • A-10C: change how HSI heading and course is handled to fix a duplicate and make it more consistent.
  • A-10C: fix swapped command numbers for HARS_HDG and HARS_PTS

v0.2.5

28 Feb 13:02
Compare
Choose a tag to compare
  • A-10C: add UHF and FM LEDs on the NMSP panel
  • A-10C: export rotation of VHF radio wheels as 8-bit integers
  • A-10C: fix ENVCP_TEMP_PRESS switch
  • UH-1H: Fix description of ADF_GAIN

v0.2.4

16 Feb 12:17
Compare
Choose a tag to compare
  • UH-1H: fix export of some indicator lights (e.g. ARMED indicator)
  • A-10C: fix export of FLAPS_SWITCH position

v0.2.3

19 Jan 18:15
Compare
Choose a tag to compare
  • Developer Guide: start documenting how to add support for a new aircraft module
  • A-10C: several fixes (partial radio freq. string exports, UHF_POINT25_SEL description)
  • String export values are now filled with spaces up to their maximum length unless explicitly specified otherwise. The only exception right now if _ACFT_NAME, which is still null-terminated.
  • Control Reference: display the address of _ACFT_NAME correctly as "0x0000" instead of the empty string

v0.2.2

13 Jan 01:33
Compare
Choose a tag to compare
  • A-10C: fix EPP_EMER_FLOOD (emergency flood light switch)
  • User Guide: fix address in caution lights example, add more detailed information about performance impact
  • Allow multiple export modules per aircraft
  • add CommonData export module (position, heading, altitude)
  • Control Reference Documentation: show "/" on the right side to copy-and-paste into potential third-party software configuration

v0.2.1

07 Jan 15:51
Compare
Choose a tag to compare
  • A-10C: fix VHF AM/FM frequency selectors