Skip to content

Commit

Permalink
1MB buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
tannermpeterson committed Jun 10, 2024
1 parent 71fe450 commit 0fec13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/src/mantarray_desktop_app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class SystemActionTransitionStates(Enum):
STM_VID = 1155
CURI_VID = 1027
SERIAL_COMM_BAUD_RATE = int(5e6)
SERIAL_COMM_BUFFER_RX_SIZE = 12500
SERIAL_COMM_BUFFER_RX_SIZE = 1000000

MAX_MC_REBOOT_DURATION_SECONDS = 15
MAX_MAIN_FIRMWARE_UPDATE_DURATION_SECONDS = 60
Expand Down

0 comments on commit 0fec13d

Please sign in to comment.