Bugfixes autogain

This commit is contained in:
Jan Käberich 2021-05-31 22:37:51 +02:00
parent f0d4425771
commit 2d3204f908
9 changed files with 89 additions and 56 deletions

View file

@ -256,7 +256,7 @@ bool FPGA::InitiateSampleRead(ReadCallback cb) {
return false;
}
callback = cb;
uint8_t cmd[40] = {0xC0, 0x00};
uint8_t cmd[42] = {0xC0, 0x00};
// Start data read
Low(CS);
busy_reading = true;