Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
car-controlserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenzhongjian
car-controlserver
Commits
2b8c9f58
Commit
2b8c9f58
authored
Mar 10, 2025
by
957dd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新了开机等待时间和刷新时间
parent
c286b9bf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
main
main
+0
-0
mqtt.c
src/mqtt.c
+1
-1
mqtt.o
src/mqtt.o
+0
-0
No files found.
main
View file @
2b8c9f58
No preview for this file type
src/mqtt.c
View file @
2b8c9f58
...
...
@@ -207,7 +207,7 @@ void on_message(struct mosquitto *mosq, void *obj, const struct mosquitto_messag
switch
(
gmessage_type
)
{
case
2
:
if
(
gmessage_4_index
<=
1
50
)
if
(
gmessage_4_index
<=
50
)
{
free
(
payload_str
);
return
;
...
...
src/mqtt.o
View file @
2b8c9f58
No preview for this file type
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