Files
DarkStore/include/utils/formatting.hpp
T
Stefan Schnitzler 99e09bd17c 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
2019-11-17 02:30:30 +01:00

3 lines
51 B
C++

#pragma once
std::string formatBytes(int bytes);