Changed menu string
This commit is contained in:
@@ -100,7 +100,7 @@ idf.py flash
|
|||||||

|

|
||||||
|
|
||||||
## HTTP Server Setting
|
## HTTP Server Setting
|
||||||

|

|
||||||
|
|
||||||
# Definition from CANbus to HTTP
|
# Definition from CANbus to HTTP
|
||||||
When CANbus data is received, it is sent by HTTP POST according to csv/can2http.csv.
|
When CANbus data is received, it is sent by HTTP POST according to csv/can2http.csv.
|
||||||
|
|||||||
@@ -95,13 +95,13 @@ menu "Application Configuration"
|
|||||||
menu "HTTP Server Setting"
|
menu "HTTP Server Setting"
|
||||||
|
|
||||||
config WEB_SERVER
|
config WEB_SERVER
|
||||||
string "HTTP Server"
|
string "HTTP Server IP or mDNS"
|
||||||
default "myhttpserver"
|
default "myhttpserver"
|
||||||
help
|
help
|
||||||
The host name or IP address of the HTTP server to use.
|
The host name or IP address of the HTTP server to use.
|
||||||
|
|
||||||
config WEB_PORT
|
config WEB_PORT
|
||||||
int "HTTP Port"
|
int "HTTP Server Port"
|
||||||
default 8000
|
default 8000
|
||||||
help
|
help
|
||||||
HTTP server port to use.
|
HTTP server port to use.
|
||||||
|
|||||||
Reference in New Issue
Block a user