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

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();