These two lines:
|
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.
These two lines:
acquisition-board/Source/devices/oni/AcqBoardONI.cpp
Lines 150 to 151 in 38c03fe
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.