mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-19 09:16:41 +00:00
Fix define for HTTP_USERNAME and HTTP_PASSWORD
This commit is contained in:
parent
13522244dc
commit
74ab9647c1
@ -7,11 +7,11 @@
|
|||||||
#include "hasp_conf.h"
|
#include "hasp_conf.h"
|
||||||
|
|
||||||
#ifndef HTTP_USERNAME
|
#ifndef HTTP_USERNAME
|
||||||
#define HTTP_USERNAME "";
|
#define HTTP_USERNAME ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HTTP_PASSWORD
|
#ifndef HTTP_PASSWORD
|
||||||
#define HTTP_PASSWORD "";
|
#define HTTP_PASSWORD ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct hasp_http_config_t
|
struct hasp_http_config_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user