// // Created by jedi on 25.06.21. // #ifndef FIRMWARE_WEB_H #define FIRMWARE_WEB_H #ifdef __cplusplus extern "C" { #endif <<<<<<< HEAD ======= void httpd_task(void *pvParameters); >>>>>>> 7d1fb53 (refactoring code) #ifdef __cplusplus } #endif #endif //FIRMWARE_WEB_H