You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if target_device == "all" or device.name == target_device:
...does not appear to be processed OR the name and target device are not equal even when the mac is the same on both. Seems that maybe we need to .lower() and strip() the strings so they match.
The text was updated successfully, but these errors were encountered:
sip_builder.py:125
...does not appear to be processed OR the name and target device are not equal even when the mac is the same on both. Seems that maybe we need to .lower() and strip() the strings so they match.
The text was updated successfully, but these errors were encountered: