This commit is contained in:
Yuri Trikoz
2020-06-21 15:20:40 +03:00
parent 179ab2c3bf
commit 40688130fd
10 changed files with 246 additions and 183 deletions

View File

@@ -20,4 +20,6 @@ String selectFromMarkerToMarker(String str, String found, int number);
size_t itemsCount(String str, const String& separator);
boolean isDigitStr(const String&);
boolean isDigitStr(const String&);
String prettyBytes(size_t size);

9
include/Utils/SysUtils.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include <Arduino.h>
const String getChipId();
void printMemoryStatus(String text = "");
String getHeapStats();