Another one for Steve:
When running commands in ssh console (maybe others), the output is batched up and only output when the command has finished running.
An example is:
test sd
But also:
ota flash http
It would be better if it could be output as the command is run.
The issue is that we get no output when the command is run, then 30 seconds later (when command finishes) everything comes in one big batch output. The progress messages issued while the command runs are batched up.
I don’t know how easy this is (I fear it is fundamental), but please have a look.
Thanks, Mark.