fpv-wtf / margerine

It's not butter, but it's root.
MIT License
205 stars 30 forks source link

Changed triple equals to matches #7

Closed robinduckett closed 2 years ago

robinduckett commented 2 years ago

On my machine (Mac OS X Monterey) the vendorId comes back for the DJI goggles as lowercase. In order to cover this case and the previous case of uppercase vendorIds, the vendorId checking was modified to use a regular expression that covers both cases.