#ifndef GPIO_H #define GPIO_H #include "driver/gpio.h" #include "esp_log.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "../network/theWebServer.h" esp_err_t relay_put_handler(httpd_req_t *req); #endif