diff --git a/yuzhen_iot/prod_manage/app/Version b/yuzhen_iot/prod_manage/app/Version index 19f5e1b..a829bcb 100755 --- a/yuzhen_iot/prod_manage/app/Version +++ b/yuzhen_iot/prod_manage/app/Version @@ -1 +1 @@ -v1.1.12 +v1.1.13 diff --git a/yuzhen_iot/prod_manage/app/factory b/yuzhen_iot/prod_manage/app/factory index 82b332c..2fcb38b 100755 Binary files a/yuzhen_iot/prod_manage/app/factory and b/yuzhen_iot/prod_manage/app/factory differ diff --git a/yuzhen_iot/prod_manage/app/gotty.conf b/yuzhen_iot/prod_manage/app/gotty.conf new file mode 100755 index 0000000..84d133b --- /dev/null +++ b/yuzhen_iot/prod_manage/app/gotty.conf @@ -0,0 +1,9 @@ +title_format = "Horseman A2x Configuration" +permit_write = true +enable_basic_auth = true +enable_tls = false +max_connection = 1 +environment = {"TERM" = "xterm-256color"} +address = "0.0.0.0" +port = "8000" +credential = "root:123456"