Eric McNiece

Results 142 comments of Eric McNiece

Error is due to FastLED taking over the RGB namespace - see https://community.particle.io/t/disable-pulsing-cyan/14032 for more. Solution from Particle: use absolute referencing, `::RGB` (unsure of terminology): ```c ::RGB.control(true); ::RGB.color(255, 255, 255);...

Providing an `acmetool` method to facilitate this would be a HUGE help.

My first use case is providing an external option to select staging/v01 API URLs - I'm running this inside a Rancher environment. This particular case could be solved by adding...

Are you adjusting the height after the roundabout has been initialized? It looks like the list elements position their top both during initialization as well as on advance.

Works fine for me as of today on a fresh Raspberry Pi. Can you provide any more details about your setup?

The pairing code for the balance board is its MAC address, as hex bytes, reversed. Because this pin is fixed and the MAC address is discoverable, some apps prompt while...

Have you switched to a different library since posting this?

Yes @jheusala - just wondering if you solved this problem somehow or dropped it.

Related: https://github.com/cncjs/cncjs/issues/334

Sounds like this is outside the scope of CNCjs. Safe to close?