esp32_ethernet_milight_hub/lib/ESP/ESPId.h

8 lines
88 B
C
Raw Normal View History

2021-01-16 23:33:54 +01:00
#ifndef _ESPID_H
#define _ESPID_H
#include <Esp.h>
uint32_t getESPId();
#endif