Changed menu string

This commit is contained in:
nopnop2002
2021-06-30 07:08:52 +09:00
parent e965352a44
commit 125be132c6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ idf.py flash
![config-wifi](https://user-images.githubusercontent.com/6020549/123870681-a81bf800-d96d-11eb-8637-66295408b055.jpg)
## HTTP Server Setting
![config-http](https://user-images.githubusercontent.com/6020549/123870716-b702aa80-d96d-11eb-8954-6ca365e78639.jpg)
![config-http](https://user-images.githubusercontent.com/6020549/123873614-b5d37c80-d971-11eb-8ead-827f52aed982.jpg)
# Definition from CANbus to HTTP
When CANbus data is received, it is sent by HTTP POST according to csv/can2http.csv.
+2 -2
View File
@@ -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.