mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-06 01:14:00 +01:00
9 lines
105 B
C
9 lines
105 B
C
#ifndef STATUS_H
|
|
#define STATUS_H
|
|
|
|
void statusWifiUpdate(uint8_t state);
|
|
void statusInit(void);
|
|
|
|
#endif
|
|
|