Results 396 comments of Robert Lipe

@davepl , going back to https://github.com/PlummersSoftwareLLC/NightDriverStrip/issues/294#issuecomment-1650538291 We have some dependency issues that make this not quite mechanical. For example, patternBounce is using the _boids that are in g(). (I didn't...

Oof, but we might have USE_REMOTE but not USE_WEBSERVER and include/webserver.h is where all the SettingSpec manipulation is done. I don't know enough about how remote and REST/web interact to...

Yes, it works fine with that combination (arduino + platormio). I'm using many of these boards with nightdriverled.com Depending on the exact platformio/arduino/esp-idf you have installed, it can be a...

Please build debug, as instructed, and be sure you're running the trace decode filter. I think most o the flags are already present because I get them by default. https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html#filters...

That's indicating a problem in a library we use, somewher around: https://github.com/FastLED/FastLED/blob/09c5fb8f74c43191974c09e1f31edda8281eab7e/src/platforms/esp/32/clockless_rmt_esp32.cpp#L503 You're going to have to get a debugger (or other stone-banging techniques) in there to see if mCur...

Dude, you can't imagine the stupid stuff I hear. That's not even on the list. :-) There is an embarrassment of debugging options on S3. Picking one may actually be...

C3 is DOA for us. Not because it's RISC-V but because it's single core. S2 is LX7 like S3, but it's single core, so that's similarly dead to us. I...

Seems we're getting no traction with FastLED looking into this. I'm about to be on the road through the end of the month, so I can't commit to looking into...

For hints on adding new boards, see the answer I just typed in https://github.com/platformio/platform-espressif32/issues/1453#issuecomment-2600847257

For hints on adding new boards, see the answer I just typed in https://github.com/platformio/platform-espressif32/issues/1453#issuecomment-2600847257