karlri
karlri
I tried building on Windows and the stack always overflows after drawing text with feature ttgo. I tried `cargo clean; cargo +esp build --release` to no avail. `CONFIG_ESP_MAIN_TASK_STACK_SIZE=20000` is set...
It seems to me that once rmt::Transmit::start has been called, since the signal ownership was passed and rmt_write_items is called without block, the signal actually might (or probably will?) be...
I tested the async performance and it is great. There is one small issue with it though. When async code is idle (no throughput) the ping time becomes long because...
Nice initiative to provide a Rust interface to libmosquitto, I like it, however, the way the code is structured does not quite fit Rust design goals, it is unsafe without...
I attempted to make an OTA flasher for esp32 using esp-wifi and esp-storage. Using only esp-storage, I'm able to read the partition table and I'm able to write the "otadata"...
I tested the async performance and it is great. There is one small issue with it though. When async code is idle (no throughput) the ping time becomes long because...