Skip to content

Commit 1066c7c

Browse files
committed
Increase DRIVER_LEN to 2048 to accomodate larger buffers
1 parent 3afd030 commit 1066c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/auxiliary/mlastro_rpa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class MLAstroRPA : public INDI::DefaultDevice, public INDI::PACInterface
222222
/// Constants
223223
///////////////////////////////////////////////////////////////////////////////
224224
static constexpr uint8_t DRIVER_TIMEOUT {5}; ///< Serial timeout in seconds.
225-
static constexpr uint16_t DRIVER_LEN {512}; ///< Max response buffer size.
225+
static constexpr uint16_t DRIVER_LEN {2048}; ///< Max response buffer size.
226226
static constexpr char DRIVER_STOP_CHAR {'\n'}; ///< Response terminator.
227227
static constexpr const char *MOTOR_CONFIG_TAB {"Motor Config"};
228228
static constexpr const char *INFO_TAB {"Info"};

0 commit comments

Comments
 (0)