Skip to content

Commit

Permalink
framework to test the GPS preflight check with COM_ARM_WO_GPS set to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
byuarus committed Oct 25, 2023
1 parent 1b8c5f9 commit 47e49db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ let package = Package(
]
),
.binaryTarget(name: "mavsdk_server",
url: "https://github.com/Esri/MAVSDK-Swift/releases/download/1.2.0.1/mavsdk_server.xcframework.zip",
checksum: "3ec11ebdc54c4a7298b8e64f074a8592301f9f2e52e492743b594bc3a1ee72c8"),
url: "https://github.com/Esri/MAVSDK-Swift/releases/download/1.2.0-dima2/mavsdk_server.xcframework.zip",
checksum: "4c13b07104bef9806b24aa027730d376d0d0f7fbfabd274380f078c1fd080d20"),
.testTarget(name: "MavsdkTests",
dependencies: [
"Mavsdk",
Expand Down

0 comments on commit 47e49db

Please sign in to comment.