mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +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
|
|
@ -139,6 +139,7 @@ AppWindow::AppWindow(QWidget *parent)
|
|||
|
||||
void AppWindow::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
delete device;
|
||||
QSettings settings;
|
||||
settings.setValue("geometry", saveGeometry());
|
||||
// deactivate currently used mode (stores mode state in settings)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue