esp-link/user/status.h

8 lines
105 B

#ifndef STATUS_H
#define STATUS_H
void statusWifiUpdate(uint8_t state);
void statusInit(void);
#endif