mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Pretty функционал будет в утилитах
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "EspFileSystem.h"
|
||||
#include "Global.h"
|
||||
#include "rest.h"
|
||||
#include "Utils/Pretty.h"
|
||||
|
||||
void setupESP();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "rest.h"
|
||||
#include "Utils/Pretty.h"
|
||||
|
||||
String prettyBytes(size_t size) {
|
||||
if (size < 1024)
|
||||
Reference in New Issue
Block a user