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

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

|
||||

|
||||
|
||||
# Definition from CANbus to HTTP
|
||||
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"
|
||||
|
||||
config WEB_SERVER
|
||||
string "HTTP Server"
|
||||
string "HTTP Server IP or mDNS"
|
||||
default "myhttpserver"
|
||||
help
|
||||
The host name or IP address of the HTTP server to use.
|
||||
|
||||
config WEB_PORT
|
||||
int "HTTP Port"
|
||||
int "HTTP Server Port"
|
||||
default 8000
|
||||
help
|
||||
HTTP server port to use.
|
||||
|
||||
Reference in New Issue
Block a user