Skip to content

Commit

Permalink
src: Update onvif initialization to async
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Nov 7, 2024
1 parent 7e95e8a commit 3270285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async fn main() -> Result<(), std::io::Error> {
// Settings should start before everybody else to ensure that the CLI are stored
settings::manager::init(Some(&cli::manager::settings_file())).await;

controls::onvif::manager::Manager::init();
controls::onvif::manager::Manager::init().await;

mavlink::manager::Manager::init();

Expand Down

0 comments on commit 3270285

Please sign in to comment.