Sub: poshold requires GPS

This commit is contained in:
Clyde McQueen 2024-09-23 08:54:21 -07:00
parent 59018bfa45
commit 26228e83df

View File

@ -419,7 +419,7 @@ public:
bool init(bool ignore_checks) override;
bool requires_GPS() const override { return false; }
bool requires_GPS() const override { return true; }
bool has_manual_throttle() const override { return false; }
bool allows_arming(bool from_gcs) const override { return true; }
bool is_autopilot() const override { return true; }