Robert Lipe
Robert Lipe
Disclaimer: I don't work on this library. See #3770. (I don't work on those, _either_; I just don't torture myself with this one.) As a matter of debugging, I'd see...
I can confirm that I read probably five reports of this a week. See #3770. The world changed around it, and it hasn't been updated. The correct link to your...
I agree. These are sensible defaults. We probably should have never exposed knobs for these. Changing xcsv is always scary as it trickles to so many (often obscure and rarely...
@tsteven4 , what do you think about #1239 ? I tagged it as needing a release note.
I think my work tree is just corrupt. It's time to just rm -fr it and check out a new working copy. I'm getting merge conflicts in code that's not...
That was a fresh pull from head and a branch created last night. I edited that merge conflict (like 4 - 5 files) on the web and got 418 changed...
I've struggled with this, too. It's ugly on ESP32 family. When p*ini has multiple base envs for a few dozen targets and some of them invoke esp32-g++ -D THIS and...
Welcome. What you're seeing isn't a controlled "hey, let's reboot now". That just a plain ole crash. (E) (TerminateHandler)(C1) - NightDriverStrip Guru Meditation Unhandled Exception - Unhandled exceptions are, well,...
Just so you have a reference for A/B testing, here's a successful boot on a mesmerizer build on official Dave hardware: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock...
> There may be a "cleaner" way to trigger reboots on ESP32s, but the > approach > ESP.restart(); is used elsewhere in the project. Is it not available here? My...