Sonoff4ChPro/src/http.h

11 lines
93 B
C

#ifndef HTTP_H
#define HTTP_H
void httpSetup();
void httpLoop();
void httpStop();
#endif