Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DrWater
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
路少雄
DrWater
Commits
175468bd
Commit
175468bd
authored
Jun 04, 2024
by
李威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节
parent
3807f2b4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
9 deletions
+27
-9
DJMHomeTY.xcodeproj/project.pbxproj
+1
-1
DJMHomeTY.xcworkspace/xcuserdata/nana.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
DJMHomeTY.xcworkspace/xcuserdata/nana.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
+18
-0
DJMHomeTY/Page/DRFacial/Controller/DXHotElectricVC.m
+8
-8
No files found.
DJMHomeTY.xcodeproj/project.pbxproj
View file @
175468bd
...
...
@@ -1045,8 +1045,8 @@
isa
=
PBXGroup
;
children
=
(
39FF54FF2BF1BB6D007D2FC5
/* YModemUtil.h */
,
39FF55002BF1BB6D007D2FC5
/* YModem.c */
,
39FF55012BF1BB6D007D2FC5
/* YModemUtil.m */
,
39FF55002BF1BB6D007D2FC5
/* YModem.c */
,
39FF55022BF1BB6D007D2FC5
/* YModem.h */
,
);
path
=
YModem
;
...
...
DJMHomeTY.xcworkspace/xcuserdata/nana.xcuserdatad/UserInterfaceState.xcuserstate
View file @
175468bd
No preview for this file type
DJMHomeTY.xcworkspace/xcuserdata/nana.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
View file @
175468bd
...
...
@@ -3,4 +3,22 @@
uuid =
"A5958A80-317D-49F0-AE28-91C51D24B77C"
type =
"0"
version =
"2.0"
>
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID =
"Xcode.Breakpoint.FileBreakpoint"
>
<BreakpointContent
uuid =
"A780A0EA-6207-4FF5-A63C-51F03B0D8C64"
shouldBeEnabled =
"Yes"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
filePath =
"DJMHomeTY/Page/DRFacial/Controller/DXHFXVC.m"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"351"
endingLineNumber =
"351"
landmarkName =
"-deviceControlWithTag:"
landmarkType =
"7"
>
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
DJMHomeTY/Page/DRFacial/Controller/DXHotElectricVC.m
View file @
175468bd
...
...
@@ -739,14 +739,14 @@
XHGetDataManager
.
machineVersion
=
[
NSString
stringWithFormat
:
@"V%ld.%ld"
,
versions
,
versions1
];
NSLog
(
@"XHGetDataManager.machineVersion:%@"
,
XHGetDataManager
.
machineVersion
);
//
if(!self.isChecked){
//
[self checkDeviceVersionWithResult:^(BOOL isUpdate) {
//
//
} binUrl:^(NSString *url) {
//
//
}];
//
}
//
[self bindMyDevice];
if
(
!
self
.
isChecked
){
[
self
checkDeviceVersionWithResult
:
^
(
BOOL
isUpdate
)
{
}
binUrl
:
^
(
NSString
*
url
)
{
}];
}
[
self
bindMyDevice
];
}
//版本号
...
...
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