From 8a30f95aa78fc31a90d0c8420396ea795f21ea2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Wed, 23 Apr 2025 16:16:47 +0200 Subject: [PATCH] fix missing initialization for compound device in SA mode --- .../LibreVNA-GUI/Device/LibreVNA/Compound/compounddriver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/PC_Application/LibreVNA-GUI/Device/LibreVNA/Compound/compounddriver.cpp b/Software/PC_Application/LibreVNA-GUI/Device/LibreVNA/Compound/compounddriver.cpp index 1bafc01..8311035 100644 --- a/Software/PC_Application/LibreVNA-GUI/Device/LibreVNA/Compound/compounddriver.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Device/LibreVNA/Compound/compounddriver.cpp @@ -13,6 +13,7 @@ CompoundDriver::CompoundDriver() { connected = false; + SApoints = 0; drivers.push_back(new LibreVNAUSBDriver); drivers.push_back(new LibreVNATCPDriver);