Pretty функционал будет в утилитах

This commit is contained in:
Dmitry Borisenko
2021-12-22 14:52:45 +01:00
parent d208bbd426
commit 7a76ddcc93
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "EspFileSystem.h"
#include "Global.h"
#include "rest.h"
#include "Utils/Pretty.h"
void setupESP();

View File

@@ -1,4 +1,4 @@
#include "rest.h"
#include "Utils/Pretty.h"
String prettyBytes(size_t size) {
if (size < 1024)