Skip to content

Commit

Permalink
Fixed camera settings
Browse files Browse the repository at this point in the history
  • Loading branch information
byuarus committed Sep 17, 2021
1 parent 2e50941 commit c003c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/byuarus/MAVSDK-XCFramework",
"state": {
"branch": null,
"revision": "567bd137ff2e000e2b7b8f7498b4f0f870fa3355",
"version": "0.44.0-chmod"
"revision": "dbad30c89d15ff6a9f4d085437ac2f20ec38fa62",
"version": "0.44.0-sept16"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift", from: "1.0.0"),
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.1.1"),
.package(url: "https://github.com/byuarus/MAVSDK-XCFramework", .exact("0.44.0-chmod"))
.package(url: "https://github.com/byuarus/MAVSDK-XCFramework", .exact("0.44.0-sept16"))
],
targets: [
.target(name: "Mavsdk",
Expand Down

0 comments on commit c003c6e

Please sign in to comment.