#include "esp_system.h" /* Constants that aren't configurable in menuconfig */ #define WEB_SERVER "mustbehax.de" #define WEB_PORT "80" #define WEB_PATH "/test" #define RCV_BUFSIZE 8000 esp_err_t http_request(char* buf);