Skip to content

Correct bug in V3 Miniscope device description

Compare
Choose a tag to compare
@daharoni daharoni released this 31 Aug 23:09
· 109 commits to master since this release
dce6c55

The v1.00 had an old GUI configuration defined for the V3 Miniscope which would cause the software to freeze when loading a User Configuration file which included a V3 Miniscope. This release corrects this bug and now the software should be fully functional with V3 Miniscopes.

You can also fix this issue yourself in the v1.00 release by opening the "miniscopes.json" file located in the "deviceConfigs" folder and change the "qmlFile" entry under "Miniscope_V3" from

"qmlFile": "qrc:/Miniscope_V3.qml",

to

"qmlFile": "qrc:/Miniscope_V4_BNO.qml",

Please reference for the v1.00 release for all other information.