Peter Zich
Peter Zich
Can you share a full working yaml config for this? I tried adding this along with a simple lambda to draw a line/circle/etc. but couldn't get anything to show up.
Thanks for sharing, but unfortunately I can't seem to get that one to work either, or even an extremely minimal version of that (without any spi config, etc.): ```yaml esphome:...
It turns out the issue is that I needed to specify the flash mode ```yaml esphome: platformio_options: board_build.flash_mode: dio ```
@jesserockz is this good to merge? Or are there changes that need to be made?
Probably outside of the scope of this PR, but it might be useful if this could optionally take `networks` instead (similar to the wifi config itself) to update/replace the whole...
Yeah there's still some polish needed here. Hoping to take another look at this soon.
> Can you remove the progress bar? I think it still makes sense to have this as a "user friendly" / less technical option. > Just entirely reuse the same...
I've attached a script that repros this, but it's fairly easy to repro. Essentially, create a file like `header.h` at `some/nested/path` and run `doxygen`. If this is the _only_ `header.h`,...
Would it be possible to create some sort of "unstripped" or "unambiguous" config/flag that always uses the full file path?
Moving this to draft while discussing how best to proceed with this ([thread](https://discord.com/channels/429907082951524364/1418060509369860196))