mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
Bugfixes autogain
This commit is contained in:
parent
f0d4425771
commit
2d3204f908
9 changed files with 89 additions and 56 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue