extras/wificfg: fix a typo in comment
This commit is contained in:
parent
77b2b2306f
commit
a4defa37a4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const char *wificfg_default_ssid __attribute__ ((weak)) = "EOR_%02X%02X%02X";
|
||||||
const char *wificfg_default_password __attribute__ ((weak)) = "esp-open-rtos";
|
const char *wificfg_default_password __attribute__ ((weak)) = "esp-open-rtos";
|
||||||
const char *wificfg_default_hostname __attribute__ ((weak)) = "eor-%02x%02x%02x";
|
const char *wificfg_default_hostname __attribute__ ((weak)) = "eor-%02x%02x%02x";
|
||||||
|
|
||||||
/* The http task stack allocates a single buffer to do much of it's work. */
|
/* The http task stack allocates a single buffer to do much of its work. */
|
||||||
#define HTTP_BUFFER_SIZE 54
|
#define HTTP_BUFFER_SIZE 54
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue