foxxyz / loupedeck

Node.js API for Loupedeck Controllers
MIT License
87 stars 10 forks source link

feat: Support 0.2.X firmware #7

Closed foxxyz closed 2 years ago

foxxyz commented 2 years ago

As mentioned in #6, updated Loupedeck firmware now uses a serial connection instead of a websocket one.

This PR implements serial support in addition to websocket support and looks for the first available connection in order to handle both seamlessly.

Close #6