esp32_ethernet_milight_hub/lib/ESP/ESPId.h

8 lines
88 B
C

#ifndef _ESPID_H
#define _ESPID_H
#include <Esp.h>
uint32_t getESPId();
#endif