Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huangzhicong
/
SmartCanteen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1b9fdb3b
authored
Mar 25, 2020
by
pye52
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fea-cmpt' into fea-phone
parents
3e83af96
0a7c1cea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/src/main/java/com/bgycc/smartcanteen/qrcode/DefaultQRCodeScan.java
+2
-2
智慧食堂开发文档.docx
+0
-0
No files found.
app/src/main/java/com/bgycc/smartcanteen/qrcode/DefaultQRCodeScan.java
View file @
1b9fdb3b
...
...
@@ -13,8 +13,8 @@ public class DefaultQRCodeScan implements IQRCodeScan {
private
Serial
serial
;
private
InputStream
serialPortIS
;
public
DefaultQRCodeScan
(
String
file
Path
)
throws
Exception
{
serial
=
new
Serial
(
file
Path
,
115200
,
0
);
public
DefaultQRCodeScan
(
String
port
Path
)
throws
Exception
{
serial
=
new
Serial
(
port
Path
,
115200
,
0
);
this
.
serialPortIS
=
serial
.
getInputStream
();
}
...
...
智慧食堂开发文档.docx
View file @
1b9fdb3b
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