fiatlux/firmware/web.h

19 lines
217 B
C
Raw Normal View History

2021-07-02 16:45:29 +00:00
//
// Created by jedi on 25.06.21.
//
#ifndef FIRMWARE_WEB_H
#define FIRMWARE_WEB_H
#ifdef __cplusplus
extern "C" {
#endif
2021-07-18 23:25:27 +00:00
void httpd_task(void *pvParameters);
2021-07-02 16:45:29 +00:00
#ifdef __cplusplus
}
#endif
#endif //FIRMWARE_WEB_H