gopro2027
gopro2027
Is this going to be implemented properly? I need to do version management and it's not quite easy to release 3 different firmwares at a time with a ton of...
> You can probably use https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static in JavaScript Okay I have tried this and it seems to work. One thing worth noting though is the pathing changes. Before I was...
> Would you want to open a PR to the docs to document this approach? Okay PR made https://github.com/esphome/esp-web-tools/pull/602
Just realized this seems very related to the issue I just wrote up https://github.com/h2zero/NimBLE-Arduino/issues/876
I was having this issue with my device. I switched from chrome to edge and it worked fine. I've noticed in the past too, that sometimes chrome struggles more with...
Note: I believe the first link has now changed to https://github.com/mr-sven/esp32-8048S050C/blob/lvgl-test/main/sunton_esp32_8048s050c.c
Okay so we solved it, this is the solution. You can't setup the conf_path like that old way anymore. Now you need to do: ``` -I include ; Add the...
> I'm getting a black screen as well. I'm finding that the above heap_caps_malloc() function is causing problems. It seems the memory is not being allocated. I have -DCONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS set....
I believe i have tried disabling DMA in the past and it caused significant issues with framerate, but i will give that a try this evening UPDATE: I tried changing...
> This issue contains a link to a a branch without DMA. Is this branch working correctly? Yes the branch on my fork old-repo https://github.com/gopro2027/esp32-smartdisplay/tree/old-repo works properly.