Skip to content

Commit

Permalink
camera control API improved (fmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
-karlos- committed Jan 13, 2024
1 parent aae3ef0 commit 8d275bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub fn main() {
args.extend(std::env::args().skip(1));
}

let mut _cam_control_mode = CamControlMode::F4; // default: F4, test: Fly
let mut _cam_control_mode = CamControlMode::F4; // default: F4, test: Fly

let mut geo_coord = GeoCoord {
lat: 48.1408, // Germany, Munic, Main railway station
Expand Down

0 comments on commit 8d275bc

Please sign in to comment.