Skip to content

Commit

Permalink
GroundSdk release 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-dragon committed Apr 19, 2023
1 parent c103676 commit 8734a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GroundSdk.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |s|
s.name = "GroundSdk"
s.version = "7.6.0-rc1"
s.version = "7.6.0"
s.summary = "Parrot Drone SDK"
s.homepage = "https://developer.parrot.com"
s.license = "{ :type => 'BSD 3-Clause License', :file => 'LICENSE' }"
s.author = 'Parrot Drone SAS'
s.source = { :git => 'https://github.com/Parrot-Developers/pod_groundsdk.git', :tag => "7.6.0-rc1" }
s.source = { :git => 'https://github.com/Parrot-Developers/pod_groundsdk.git', :tag => "7.6.0" }
s.platform = :ios
s.ios.deployment_target = '12.0'
s.source_files = 'GroundSdk/**/*.{swift,h,m}'
s.resources = 'GroundSdk/**/*.{vsh,fsh,txt,png}'
s.dependency 'SdkCore', '7.6.0-rc1'
s.dependency 'SdkCore', '7.6.0'
s.dependency 'SwiftProtobuf', '1.13.0'
s.public_header_files = ["GroundSdk/GroundSdk.h"]
s.swift_version = '5'
Expand Down
2 changes: 2 additions & 0 deletions GroundSdk/Device/PilotingItf/PointAndFlyPilotingItf.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public enum PointAndFlyGimbalControlMode: String, CustomStringConvertible, CaseI

/// Reasons why point'n'fly piloting interface may be unavailable.
public enum PointAndFlyIssue: String, CustomStringConvertible, CaseIterable {
/// Drone is not flying.
case droneNotFlying
/// Drone is not calibrated.
case droneNotCalibrated
/// Drone gps is not fixed or has a poor accuracy.
Expand Down

0 comments on commit 8734a5c

Please sign in to comment.