mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
Additional SCPI commands + configuration of port in preferences
This commit is contained in:
parent
7d682f53ae
commit
611b1ef59d
10 changed files with 432 additions and 29 deletions
|
|
@ -42,7 +42,7 @@ void Generator::initializeDevice()
|
|||
|
||||
void Generator::updateDevice()
|
||||
{
|
||||
if(!window->getDevice()) {
|
||||
if(!window->getDevice() || Mode::getActiveMode() != this) {
|
||||
// can't update if not connected
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue