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-serialport-preinstall-bindings-cpp #300

Closed jakobrosenberg closed 2 years ago

jakobrosenberg commented 2 years ago

I've kept the newer version 1.4.0 on this one and instead built the bindings with npm. apm install works as long as it doesn't have to build the bindings from scratch, so I added a preinstall script that copies the premade bindings to node_modules

jakobrosenberg commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: