Jump to content

Inferi101

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Inferi101

  1. Hello fellow Kerbonauts, I wanted to build a custom controller for ksp and found this mod, so i got started. Thanks to this awesome mod the coding went smooth and really fast i was able to get some action custom action groups, staging, abort, sas etc. working. so i turned my attention tto controlling the S.A.S. autopilot (prograde, retrograde, target, ...). So just like in the documentation (https://kerbalsimpit-arduino.readthedocs.io/en/stable/kerbalsimpit.html) in the case of a button press i wanted to execute this: mySimpit.setSASMode(AP_PROGRADE); which gave me compiler errors like theses: 'class KerbalSimpit' has no member named 'setSASMode' After searching for a solution i read through the comments here and found the posts of benji: So i checked the lib version and saw, that in the arduino IDE the version is still on 1.1.5 and on bitbucket 1.1.3 is available. According to the commits on Bitbucket SAS modes were implemented after 1.1.5, which explaines the compiler error, and there is also versions of 2.0 and 2.1. So are these versions availeble to download? and if i change the code manually according to the commits, will this be still compatible to the mod downloaded via cKan?
×
×
  • Create New...