hobbyquaker / mqtt-dmx-controller

A simple ArtNet / DMX Controller with MQTT Interface 💡🎬
MIT License
65 stars 14 forks source link

Fixed changing sequence steps and require undefined error #4

Closed 4lloyd closed 5 years ago

4lloyd commented 5 years ago

The hold and trans value was not updated correctly after changing. This PR implements a fix for that.

Further, the current Electron version does not work properly with require. This PR also solved that problem.

hobbyquaker commented 5 years ago

Thx! 👍 will merge asap