David W Plummer

Results 10 comments of David W Plummer

Everything is solvable given time, it’s only software! But it was one guy and he had to solve the whole shell, so… Super-impressed with this project by the way. I...

Hard to know! I actually wrote it for the ESP32, so depending on what you’re doing, it might not work without modification on the Uno. But FASTLED exists, so it...

I don’t have current instructions as it’s been a couple of years for me, but as I recall you need to enter a new download location in the boards manager...

This was intentional so that he flame can “wrap around” a circular strip like a fan. Is it not working as you’d expect? It’s not to grab 1, 2, and...

Are we certain the ArrayPool is not cleared by the system? I mean what if I'm in a different security context? Does it really return the last pool data? If...

Yup, it seems OTA is borked. There was an open issue, and someone changed the partition table, but I wasn’t able to get that to boot at all. I’ve not...

I thought it was tested and working before it was checked in! We only verify that it BUILDS. I suppose given an ESP32 emulator… no, never mind. It’s important to...

I too would very much appreciate this support in the Arudino variant... just hit this omission myself!

Which project are you building? I would think the simplest would be the DEMO project and change the default effect to FireEffect, and that should be that. What are you...

I wound up making my own idle threads that whack the watchdog and track whatever idle cycles they can burn, and that gives me overall CPU, but not per-task… From:...