tschundler
tschundler
You can still enable mDNS before starting the AsyncWiFiManager, and I believe it will just work. The DNS server used by the wifi manager is to handle automatic redirects when...
I just recently ran into this issue and created https://github.com/esp-rs/espup/issues/141 only to learn that wasn't the right place. Cargo in the esp-rs build for MacOS expects those libraries to live...
I did `espup update` and can confirm it is statically linked now (not listed in `otool -L`). Thank you. ``` $ otool -L ~/.espressif/dist/rust/rust-nightly-x86_64-apple-darwin/cargo/bin/cargo /Users/ted/.espressif/dist/rust/rust-nightly-x86_64-apple-darwin/cargo/bin/cargo: /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current...
Should this really be closed, or by default disable `__timingOptimizations`? I've been working on `esp_hal` rust RMT changes and ran into this same problem. The suggested flag fixes it. I...
I was just testing was original ESP32, I hadn't thought to try others in simulation. I was figuring for testing hardware before release, I'd try the ESP32S3 + C3 I...
yeeaaah.... another thing I've started to dig into - not for my 3D camera mapping project, but for a graph-based mapping project of mine [(tiktok demo)](https://www.tiktok.com/@spoopyelectric/video/7182235396657532206) that is good for...
I've been digging into this as well in esp-rs/esp-hal#1768. It seems the 64 symbol limit was acknowledged in the original commit in esp-rs/esp-hal#787 I can send unlimited symbols with fixed...
Spending most of today fussing with this, I can only seem to get it to work without interrupts, just forcing polling by having it call `ctx.waker().wake_by_ref()` before returning Pending. You...
Example where I started experimenting to create a wiggly line graphic design element and was hoping to use such a feature: [Worm.graphite.zip](https://github.com/user-attachments/files/16475250/Worm.graphite.zip) I wanted to experiment with sizes and angles....
Related, I'm also playing with the RMT driver. In my case, I want it to take an iterator, #1768 - this way I can translate data for the bits of...