sg-wireless / pymakr-atom

Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files.
Other
35 stars 11 forks source link

fix: bindings were broke #269

Closed jakobrosenberg closed 2 years ago

jakobrosenberg commented 2 years ago

Newest version of serialport now includes prebuilt bindings and I've added fixbind as a fallback solution.

fixbind is the bindings fallback solution from pymakr-vscode abstracted into a generalized package.

Next step, but low priority, would be to clean up the old tightly coupled binding solution.

jakobrosenberg commented 2 years ago

:tada: This PR is included in version 2.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: