Build of ESP-IDF project produces several files, like bootloader, application binary or partition table. Having several files makes it harder to ship the application outside […] Read More
Tag: binary
reqwest in Rust allows you to download file. The question is how to store the file on the filesystem. There are several examples on the […] Read More