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