Version 0.7.9

  • Added extra # in front of every command as recommended by Meade.
  • Code inspections
  • Duplicate reconcile
  • Code upgraded to use .net 4.5
  • Added log message for when a pulse guide move is completed that will show the difference.
  • .net 4.5 is not being recognised as installed, so trying a different variable.
  • Modified how the old guiding method is implmented – it’s now much simplified and uses the same move axis commands as normal slewing, which is what it does under the hood anyway.
  • Modified how the RA detection is done, and changed the message logs
  • RA position report on connect to trigger for ALL connects.
  • Modified the LX200 Classic connections, so that if a :GVP is returned when :GVP# is sent, it assumes an error. A timeout will be assumed to be an LX200 Classic.
  • Started working on unit testing for the sharedresources class.
  • Changed the code to detect any exception when trying to run a :GVP after the initial connect.
  • Upgraded the Profile code to be contained inside a wrapper and started adding unit tests to cover.