Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
db32bc8e
Commit
db32bc8e
authored
Sep 14, 2020
by
chen.weican
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改内容】主机上电后采用一次性上报子设备的所有属性
【提交人】陈伟灿
parent
807f44b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
application/kcloud/kcloud_data_handle.c
application/kcloud/kcloud_data_handle.c
+3
-0
No files found.
application/kcloud/kcloud_data_handle.c
View file @
db32bc8e
...
...
@@ -43,6 +43,8 @@ static char *s_split_product[] = {
};
static
int
kk_check_need_split
(
cJSON
*
info
)
{
return
0
;
//暂时不用拆分处理
#if 0
cJSON *productCode = NULL;
int i = 0;
int num = sizeof(s_split_product)/sizeof(char*);
...
...
@@ -61,6 +63,7 @@ static int kk_check_need_split(cJSON * info)
}
}
return 0;
#endif
}
static
int
kk_split_send_data
(
cJSON
*
pData
,
const
char
*
topic
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment