Forrest
Forrest
Thanks! This helped...
I can confirm that the frame rate on the Async example from this repo is quite poor :(. Even when lowering the resolution. To capture a static jpeg is actually...
Also having this issue. I tried the stable and latest arduino-esp32. Incredibly, just changing ```xQueueHandle``` to ```QueueHandle_t``` allowed me to compile. I note that your platform.ini file does not include...
This is old, I will add that you are incorrectly using the target parameter to the Thread constructor. The original code passes the ws.run_forever function as the argument to target,...
For those wondering what the current state of express-ws installed out of the box is: If you have two different routes declared with app.ws(path), and call getWss(path) for each route,...
The issue is that the dataset path was not set correctly in the program. Make sure that you pass the correct argument for where you downloaded the dataset.
This is still an issue. Any updates about this? My workaround was to delay the animation until the previous one has fixed wherever it was buggy. I had a list...
This would fix some. The other case is when some notifications come in while the user is looking, but then are paused until the user comes back. In the case...
Also, if say "robot A disconnected", the user expects that notification to persist for the 3 seconds it typically does. If they *know* the robot disconnects, but don't see it...
I am also interested in developing with a similar board on platformio. Here's the board: [ESP32-S2-DevKitM-1U-N4R2](https://www.amazon.com/dp/B0B97H9D4F?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1)