Fix define for HTTP_USERNAME and HTTP_PASSWORD

This commit is contained in:
fvanroie 2022-07-08 20:11:25 +02:00
parent 13522244dc
commit 74ab9647c1

View File

@ -7,11 +7,11 @@
#include "hasp_conf.h"
#ifndef HTTP_USERNAME
#define HTTP_USERNAME "";
#define HTTP_USERNAME ""
#endif
#ifndef HTTP_PASSWORD
#define HTTP_PASSWORD "";
#define HTTP_PASSWORD ""
#endif
struct hasp_http_config_t