-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
These two lines:
acquisition-board/Source/devices/oni/AcqBoardONI.cpp
Lines 150 to 151 in 38c03fe
| hasI2cSupport = major >= 1 && minor >= 5; | |
| hasMemoryMonitorSupport = major >= 1 && minor >= 5 && patch >= 1; |
check the board version to enable features, but they don't work when one of the fields jump. E.g: jump from 1.5.3 to 2.0.0 returns false on those.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels