Skip to content

Commit

Permalink
fix inDeviceCmdStack
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainRomillon committed May 19, 2023
1 parent 5677855 commit 6a06554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Classes/Public/ActiveLookSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -588,10 +588,10 @@ public class ActiveLookSDK {
onSuccess:
{
print("central manager did connect to glasses \(discoveredGlasses.name)")
glasses.fixInDeviceCmdStack {
//glasses.fixInDeviceCmdStack {
glasses.cfgSet(name: "ALooK")
parent.updateInitializedGlasses(glasses)
}
//}
},
onError:
{ (error) in
Expand Down

0 comments on commit 6a06554

Please sign in to comment.