Let print!
and prinln!
write to "/ext/flipperzero-rs-stdout" with a Feature
#172
Labels
enhancement
New feature or request
While developing a FAP that is using uart, I have a hard time checking the logs of my fap that just ran. Normally I would just open the logs via the wifi dev board but it uses uart for the logs but I need them for my fap. So I cannot really use them.
I saw that
run-fap
reads the contents of/ext/flipperzero-rs-stdout
and displays them. Wouldn't it be neat to haveprint!
andprintln!
automatically write into that file so thatrun-fap
would display that? It should be kept under a feature so that the final release build doesn't do that but for development this could be nice.The text was updated successfully, but these errors were encountered: