blob: 857c9571ccf7f64cd9d564190d5a730d6a50c09d [file] [log] [blame]
Andy Greenc7c4ae02017-02-18 17:26:40 +08001menu "Libwebsockets"
2
Andy Green00ae9092017-03-16 10:46:31 +08003config LWS_MODEL_NAME
4 string "Model name of device firmware is for"
5 default "lws"
6
Andy Green34822f12017-04-03 14:09:37 +08007config LWS_IS_FACTORY_APPLICATION
8 bool "Is this application is designed for the FACTORY flash slot"
9 default "n"
10
Andy Green00ae9092017-03-16 10:46:31 +080011config LWS_OTA_SERVER_FQDN
Andy Green34822f12017-04-03 14:09:37 +080012 depends on LWS_IS_FACTORY_APPLICATION
Andy Green00ae9092017-03-16 10:46:31 +080013 string "Domain name of OTA update server, eg, warmcat.com"
14 default ""
15
16config LWS_OTA_SERVER_BASE_URL
Andy Green34822f12017-04-03 14:09:37 +080017 depends on LWS_IS_FACTORY_APPLICATION
Andy Green00ae9092017-03-16 10:46:31 +080018 string "Base URL on OTA update server, eg, /esp32-ota (model is added)"
19 default "/esp32-ota"
20
21config LWS_OTA_SERVER_UPLOAD_USER
Andy Green34822f12017-04-03 14:09:37 +080022 depends on LWS_IS_FACTORY_APPLICATION
Andy Green00ae9092017-03-16 10:46:31 +080023 string "User to scp to upload server with"
24 default "root"
25
26config LWS_OTA_SERVER_UPLOAD_PATH
Andy Green34822f12017-04-03 14:09:37 +080027 depends on LWS_IS_FACTORY_APPLICATION
Andy Green00ae9092017-03-16 10:46:31 +080028 string "Path served in upload server (eg, \"/var/www/libwebsockets.org\""
29 default "/var/www/libwebsockets.org"
Andy Greenc7c4ae02017-02-18 17:26:40 +080030
31endmenu
Andy Green00ae9092017-03-16 10:46:31 +080032