Fix a default value in the THTTPD Kconfig; updated a README file
This commit is contained in:
parent
669067ba86
commit
bd8459d839
@ -20,12 +20,12 @@ config THTTPD_PORT
|
||||
|
||||
config THTTPD_IPADDR
|
||||
hex "THTTPD IP address"
|
||||
default 0x10000002
|
||||
default 0x0a000002
|
||||
---help---
|
||||
Server IP address (no host name). Default: 0x10000002
|
||||
Server IP address (no host name). Default: 0x0a000002
|
||||
|
||||
This is a 32-bit integer value in host order. So, as an example,
|
||||
the default value of 0x10000002 would correspond to 10.0.0.2.
|
||||
the default value of 0x0a000002 would correspond to 10.0.0.2.
|
||||
|
||||
config THTTPD_SERVER_ADDRESS
|
||||
string "Reported server URL"
|
||||
|
Loading…
x
Reference in New Issue
Block a user