Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jensen
Project
Project
Details
Activity
Releases
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
Skye Yu
jensen
Commits
f1d55f70
Commit
f1d55f70
authored
Sep 10, 2025
by
martin hou
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v20250816' into device-mgr
parents
a990f014
4f4c36a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
jensen.js
src/utils/jensen.js
+2
-1
No files found.
src/utils/jensen.js
View file @
f1d55f70
...
@@ -480,7 +480,8 @@ function Jensen(log, conn) {
...
@@ -480,7 +480,8 @@ function Jensen(log, conn) {
};
};
const
tryDecode
=
function
()
{
const
tryDecode
=
function
()
{
if
(
!
current
)
return
;
// if (!current) return;
Logger
.
info
(
'jensen'
,
'tryDecode'
,
`try to decode buffer with
${
blocks
.
length
}
blocks`
);
// 一个容器,比单独任意一个小包要大一点儿,好像还差一点儿
// 一个容器,比单独任意一个小包要大一点儿,好像还差一点儿
// 当前总缓冲区大小
// 当前总缓冲区大小
let
totalBuffLen
=
0
;
let
totalBuffLen
=
0
;
...
...
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