Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
李勇
/
McuClient
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李勇
2017-03-02 19:20:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43c96d2565ad4f7b63b2d4e41830b082b186a42e
43c96d25
1 parent
4ed54fd3
修改文档模块的mcu消息延迟,3秒->0
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
dist/McuClient.js
src/GlobalConfig.js
dist/McuClient.js
查看文件 @
43c96d2
此 diff 太大无法显示。
src/GlobalConfig.js
查看文件 @
43c96d2
...
...
@@ -241,7 +241,7 @@ GlobalConfig.statusCode_4={"code":4,message:"未知状态"};
GlobalConfig
.
md5
=
""
;
GlobalConfig
.
msType
=
1
;
//目前固定用这个
GlobalConfig
.
mcuDelay
=
3000
;
//默认的延迟时间
GlobalConfig
.
mcuDelay
=
0
;
//默认的延迟时间,flash中设置的是3000
GlobalConfig
.
docDelay
=
1600
;
//文档模块加入成功之后延迟发送送成功的消息给主模块
GlobalConfig
.
portal
=
"112.126.80.182:80"
;
//Sass IP
...
...
请
注册
或
登录
后发表评论