mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
bug fix
This commit is contained in:
@@ -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
9
include/Utils/SysUtils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
const String getChipId();
|
||||
|
||||
void printMemoryStatus(String text = "");
|
||||
|
||||
String getHeapStats();
|
||||
Reference in New Issue
Block a user