mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
bug fix
This commit is contained in:
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