diff --git a/include/hasp_conf.h b/include/hasp_conf.h index 577c3d78..3c64ab88 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -254,13 +254,14 @@ static WiFiSpiClass WiFi; #ifdef WINDOWS #include +#include #include #include #include #define snprintf_P snprintf #define memcpy_P memcpy -#define strcasecmp_P strcmp // TODO: should be strcasecmp +#define strcasecmp_P strcasecmp #define strcmp_P strcmp #define strstr_P strstr #define halRestartMcu()