simple visual progress bar (#7)

* download files directly to sd instead of a buffer

- this fixes running out of memory while downloading large files

* simple visual download progressbar
This commit is contained in:
Stefan Schnitzler
2019-11-17 02:30:30 +01:00
committed by VoltZ
parent 3e626f1046
commit 99e09bd17c
4 changed files with 789 additions and 727 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
std::string formatBytes(int bytes);