mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
20 lines
310 B
C
20 lines
310 B
C
|
|
#pragma once
|
||
|
|
#include <Arduino.h>
|
||
|
|
#include "Global.h"
|
||
|
|
|
||
|
|
uint32_t ESP_getChipId();
|
||
|
|
|
||
|
|
const String getChipId();
|
||
|
|
|
||
|
|
void setLedStatus(LedStatus_t status);
|
||
|
|
|
||
|
|
const String getUniqueId(const String& name);
|
||
|
|
|
||
|
|
const String printMemoryStatus();
|
||
|
|
|
||
|
|
const String getHeapStats();
|
||
|
|
|
||
|
|
const String getMacAddress();
|
||
|
|
|
||
|
|
void setChipId();
|