todbot / blink1

Official software for blink(1) USB RGB LED by ThingM
https://blink1.thingm.com/
Other
954 stars 237 forks source link

blink1-lib is issuing double `hid_get_feature_report()`s #329

Open todbot opened 6 years ago

todbot commented 6 years ago

In blink1_read(), a hid_get_feature_report is performed. But hid_get_feature_report is also done in functions such as blink1_getVersion(). This is not a breaking bug, but it is ugly.