esp32: separate factory setup
[platform/upstream/libwebsockets.git] / Kconfig
1 menu "Libwebsockets"
2
3 config LWS_MODEL_NAME
4         string "Model name of device firmware is for"
5         default "lws"
6
7 config LWS_OTA_SERVER_FQDN
8         string "Domain name of OTA update server, eg, warmcat.com"
9         default ""
10
11 config LWS_OTA_SERVER_BASE_URL
12         string "Base URL on OTA update server, eg, /esp32-ota (model is added)"
13         default "/esp32-ota"
14
15 config LWS_OTA_SERVER_UPLOAD_USER
16         string "User to scp to upload server with"
17         default "root"
18
19 config LWS_OTA_SERVER_UPLOAD_PATH
20         string "Path served in upload server (eg, \"/var/www/libwebsockets.org\""
21         default "/var/www/libwebsockets.org"
22
23 endmenu
24