mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
Various small bugfixes
- Improved device communication (callbacks for transmissions working properly now) - Honor averaging when calibrating - Ignore delayed points from last sweep during calibration - Stop the sweep when disconnecting
This commit is contained in:
parent
aee73f0c87
commit
c0e4f41115
9 changed files with 142 additions and 63 deletions
|
|
@ -254,7 +254,7 @@ void SpectrumAnalyzer::SettingsChanged()
|
|||
if(window->getDevice()) {
|
||||
window->getDevice()->Configure(settings);
|
||||
}
|
||||
average.reset();
|
||||
average.reset(settings.pointNum);
|
||||
UpdateAverageCount();
|
||||
traceModel.clearVNAData();
|
||||
emit traceModel.SpanChanged(settings.f_start, settings.f_stop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue