ajfisher / node-pixel

Library for using addressable LEDs (such as NeoPixels/WS2812) with Firmata and JohnnyFive
MIT License
275 stars 71 forks source link

Makefile build-firmware fix #250

Closed peteruithoven closed 1 year ago

peteruithoven commented 3 years ago

Fixes: #246

The *.{cpp,h} syntax didn't seem supported by the shell that executes the Makefile on Ubuntu 18.04 (sh, not bash or zsh). So I replaced it for 2 simpler steps.