Benjamin Kamath
Benjamin Kamath
I have access to development kits for both of these targets. I'm relatively new to embedded rust but I tried hacking on your crate a bit and was able to...
In the following example, both mybin1 and mybin2 will show up as an executable /usr/bin inside the data archive. ``` [package.metadata.deb] assets = [ ["target/release/mybin1", "/usr/bin/", "755"], ["target/release/mybin2", "/usr/bin/", "755"],...
It would be nice to be able to query the version of the executable and get a version / sha associated with the binary (e.g. through -v or --version). I've...
There are probably quite a few embedded software engineers with PRUSA minis. Right now a thing that prevents me from trying to assist with a feature like "network printing" is...