mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
Improve behaviour on full USB buffer
This commit is contained in:
parent
4a374e022d
commit
0452d2472c
4 changed files with 18 additions and 2 deletions
|
|
@ -231,6 +231,7 @@ void HW::SetIdle() {
|
|||
FPGA::Enable(FPGA::Periphery::Port2Mixer, false);
|
||||
FPGA::Enable(FPGA::Periphery::RefMixer, false);
|
||||
FPGA::Enable(FPGA::Periphery::PortSwitch, false);
|
||||
activeMode = Mode::Idle;
|
||||
}
|
||||
|
||||
HW::AmplitudeSettings HW::GetAmplitudeSettings(int16_t cdbm, uint64_t freq, bool applyCorrections, bool port2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue