Matt Felsen

Results 36 comments of Matt Felsen

Just ran into this myself too. I set the serial port rate down to 9600 and things are working for me. Turns out that even with broken serial output, the...

@deepikavira It was just a simple websocket echo server written with node.js and ws. Did you try changing the serial port baud rate (both in the code and in the...

@deepikavira If you're having trouble with this library, there's another arduino websocket server/client lib for esp8226 here: https://github.com/Links2004/arduinoWebSockets I haven't tried it myself, but could be helpful if you're stuck

Ah, I realize the example videos are meant to be checked out with git LFS, which I haven't done. Curiously, I am now able to get the other sample content...

> I'm accepting README pull requests ;) I'll send a PR with the note on LFS for the examples and fixing the gitmodules URLS :) > The way I've been...

> Are you able to workaround everything, or is there something else I can address to get you working? Yes I think I'm good to test out using libglvideo and/or...

I just sent over two small PRs, one for the gitmodules and another for updating `Hap::matches()` to work for Hap, HapQ, and HapA files 👍 Re: git lfs, I tried...

> not pretty, but sufficient IMO. I agree! > I haven't. Let me know if it works. I'm going to guess that it will get out of sync, but I'm...

Ah interesting. Yes, I was using CMake (cmake-gui, actually) to generate the VS project, and used that to build the examples which in turn built libglvideo & the other dependencies....

Whoops, I meant I prefer to _not_ have libglvideo/ap4 in the project as source, though it looks like having them defined as separate projects that are built as deps and...