Skip to content

Commit

Permalink
Remove virtual device
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Feb 3, 2024
1 parent b09b55d commit 9657323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openfreebuds/device/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"HUAWEI FreeBuds 4i": FreeBuds4iDevice,
"HUAWEI FreeBuds 5i": FreeBuds5iDevice,
"HUAWEI FreeBuds Pro 3": FreeBudsPro3Device,
"Debug: Virtual device": VirtualDevice
# "Debug: Virtual device": VirtualDevice
}

# (implementation_level, profile)
Expand All @@ -26,7 +26,7 @@

"HUAWEI FreeBuds Pro 3": ("partial", FreeBudsPro3Device),

"Debug: Virtual device": ("virtual", VirtualDevice),
# "Debug: Virtual device": ("virtual", VirtualDevice),
}


Expand Down

0 comments on commit 9657323

Please sign in to comment.