livejs / node-fadecandy

Library to control and send video frames to a FadeCandy from Tessel2 via USB
MIT License
9 stars 1 forks source link

File name mismatch #3

Closed ryanjgill closed 6 years ago

ryanjgill commented 6 years ago

I was trying to use this library on a pi zero w and ran in to this issue where the file named VIdeoFramePacket.js is being included but the cases don't match.

In Pixels.js it has the correct casing const VideoFramePacket = require('./VideoFramePacket')

Works on a mac but I think its ignoring case. Seemed silly to do a PR for a file name change.

I'm using this on a clock and its working great!

necccc commented 6 years ago

Oh thx! I'll fix it as soon as can.

necccc commented 6 years ago

Fixed, released in 2.0.2