Skip to content

Commit

Permalink
Trying to fix indilib#1580
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Dec 26, 2021
1 parent a407e85 commit 636ee6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/auxiliary/pegasus_upb.cpp
Expand Up @@ -714,7 +714,8 @@ bool PegasusUPB::ISNewSwitch(const char * dev, const char * name, ISState * stat
USBControlV2SP.s = IPS_ALERT;
}

IDSetSwitch(&USBControlSP, nullptr);
IDSetSwitch(&USBControlV2SP, nullptr);

return true;
}

Expand Down

0 comments on commit 636ee6b

Please sign in to comment.