Guy McSwain

Results 5 issues of Guy McSwain

In `blynk-nodejs, SslClient()` the default `options.certs_path` points to server.crt in library and therefore `options.ca` maps to server.crt used for blynk-cloud.com. To enable SSL authorization via Mozilla CA, the `options.ca` must...

Per [docs.blynk.cc](http://docs.blynk.cc/#blynk-firmware-blynktimer-blynk_app_connected) an event should be generated each time the Blynk App, running on mobile phone, is opened. I searched the file *blynk.js* for all emitted events but could not...

- Handle array or string types - Remove coerce of data to string in write() and read() - Read always returns array.

A quick search of lg APIs for 'isr', 'irq', 'interrupt' turned up empty. My purpose for asking is that if such an API (implementing ISR callback) did exist, I would...