giri-v

Results 3 issues of giri-v

I get an exception thrown like this immediately after the 'connect' event fires. Debugger listening on [::]:5858 events.js:160 throw er; // Unhandled 'error' event ^ ReferenceError: self is not defined...

Hi, I'd like to add MQTT support for events in callattendant. I'd use Paho MQTT and add some new parameters in config to support. Let me know what you think.

Is it possible to pass a char (or uint_8t) array directly to `.decodeArray(...)` ? That is an array declared in the sketch as `char myJPGArray[20000];` as opposed to being stored...