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
21fbc049
Commit
21fbc049
authored
Jul 02, 2025
by
martin hou
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'device-mgr' of
http://gitlab.sugrsugr.com/skye/jensen
into device-mgr
parents
24c8236c
85cd338d
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
684 additions
and
1 deletion
+684
-1
README.md
README.md
+683
-0
jensen.js
src/utils/jensen.js
+1
-1
No files found.
README.md
0 → 100644
View file @
21fbc049
This diff is collapsed.
Click to expand it.
src/utils/jensen.js
View file @
21fbc049
...
@@ -182,7 +182,7 @@ function Jensen(log, conn) {
...
@@ -182,7 +182,7 @@ function Jensen(log, conn) {
if
(
r
)
return
;
if
(
r
)
return
;
let
conn
=
await
navigator
.
usb
.
requestDevice
({
let
conn
=
await
navigator
.
usb
.
requestDevice
({
filters
:
[{
vendorId
:
0x10d6
}]
filters
:
[{
vendorId
:
0x10d6
}
,
{
vendorId
:
0x3887
}
]
});
});
await
conn
.
open
();
await
conn
.
open
();
// self.model = conn.productId == 45069 ? 'hidock-h1e' : 'hidock-h1';
// self.model = conn.productId == 45069 ? 'hidock-h1e' : 'hidock-h1';
...
...
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