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...