Jim Morris

Results 13 comments of Jim Morris

change the line to... `self.opts[Focuser.OPT_FOCUS]["DEF_VALUE"] = ctrl['default_value']` I think something upstream changed

For RSpec 2 this can be done by adding an around block... ``` around(:each) do |example| Sequel::DATABASES.first.transaction do example.run raise Sequel::Error::Rollback end end ```

FYI You also need to modify the following two lines in Adafruit_PMTK.h.... ``` #define PGCMD_ANTENNA "$CDCMD,33,1*7C" ///< request for updates on antenna status #define PGCMD_NOANTENNA "$CDCMD,33,0*7D" ///< don't show antenna...