Results 8 comments of wzhd

> Had to wrestle around with partitions table to make sure things fit into a 4MB flash. Unless you need the factory partition for something, I find it useful to...

Thanks for your explanation. However, I'm confused by the first input file [train_ranking](https://github.com/ibayer/fastFM-core/blob/master/demo/data/train_ranking). > 0:6 1:1 > 0:2 1:3 > 0:3 > 0:6 1:1 > 0:4 1:5 The third line...

@UltraREX @fsalomon Does miio work with recent versions of firmware? Such as `2.0.6_0003`. I can't get anything with `miiocli`, every command results in a timeout: > ERROR:miio.miioprotocol:Got error when receiving:...

@fsalomon Thank you so much! I guess it will eventually get supported.

@Minoru (Thanks for keeping an eye on issues posted here) Yes, the first audio is all that I need.

I get the same `undefined reference to atexit` with esp32c3 and esp-idf v5.1.1. The error is basically identical, though it doesn't show a meaningful function name in `libstdc++.a(atomicity.o)`. > =...

I see, `esp-idf-template/cargo/.cargo/config.toml` still has `"-C", "default-linker-libraries"` in `rustflags`, but `rust-esp32-std-demo/.cargo/config.toml` has already removed the argument and no longer consider it needed https://github.com/ivmarkov/rust-esp32-std-demo/commit/359bc826879ecf5984e510f70d72dec81deaed58#diff-9a4f3e4537ebb7474452d131b0d969d89a51286f4269aac5ef268e712be17268L26 It works almost perfectly without `"-C", "default-linker-libraries"`,...

> Hi, would you be interested in adding a license to this project as well as vosk-sys? Sure! Please feel free to use it. I'll pick and add a license...