Skip to content

Commit

Permalink
Firmware bugfix for recording headstages
Browse files Browse the repository at this point in the history
- Improved noise levels for Recording X-Headstage
- Re-enabled the previously disabled analog out HPF
  • Loading branch information
StoneLin0708 committed Dec 26, 2024
1 parent 4a59e6b commit 8610e67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified FPGA-bitfiles/XDAQRHD.bit
Binary file not shown.
2 changes: 1 addition & 1 deletion GUI/Windows/controlwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ ControlWindow::ControlWindow(SystemState* state_, CommandParser* parser_, Contro
// this connection.
setWindowIcon(QIcon(":/images/IntanLogo_32x32_white_frame.png"));

QString title = tr("XDAQ RHX V 1.1.4 ");
QString title = tr("XDAQ RHX V 1.1.5 ");
if (state->getControllerTypeEnum() == ControllerRecordUSB3) {
title += tr("Recording");
} else if (state->getControllerTypeEnum() == ControllerStimRecordUSB2) {
Expand Down

0 comments on commit 8610e67

Please sign in to comment.