2. Set row col (#779)

* set row and column
This commit is contained in:
2023-07-18 15:51:22 +02:00
committed by GitHub
parent 7394833710
commit 71489b7106
21 changed files with 354 additions and 10 deletions

View File

@@ -1485,7 +1485,8 @@ int setReadoutSpeed(int val) {
return FAIL;
}
if (isHardwareVersion_1_0()) {
LOG(logERROR, ("Cannot set full speed. Not implemented for this pcb version (1.0)\n"));
LOG(logERROR, ("Cannot set full speed. Not implemented for this pcb "
"version (1.0)\n"));
return FAIL;
}