Skip to content

Commit

Permalink
update max channels on aguc8Ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
kvangorkom committed Jul 31, 2024
1 parent 8cff766 commit 0dca57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/aguc8Ctrl/aguc8Ctrl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class aguc8Ctrl : public MagAOXApp<>, public tty::usbDevice, public dev::ioDevic
//std::string m_idProduct;
//std::string m_serial;

int m_nChannels {4}; ///< The number of motor channels total on the hardware. Number of attached motors inferred from config.
int m_nChannels {8}; ///< The number of motor channels total on the hardware. Number of attached motors inferred from config.
int m_nAxes {2}; ///< The number of axes (per channel) on the hardware

int m_writeTimeout {1000}; // time out
Expand Down

0 comments on commit 0dca57c

Please sign in to comment.