chip versions =1.2 divided again

This commit is contained in:
2026-07-29 23:40:20 +02:00
parent 09f5212e94
commit f9ee8f9cda
@@ -329,7 +329,7 @@ int getChipVersionInFPGA() {
case 1:
return vals[(int)v1_1];
case 2:
return vals[(int)v1_2_NORMAL];
return vals[(int)v1_2_NORMAL]/10;
default:
LOG(logERROR,
("Read undefined value as chip version from FPGA: %d\n", val));