Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
kakopappa committed Jan 5, 2025
1 parent 7feec37 commit 87c88ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/Camera/motion-capture/motion-capture.ino
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ void setupSinricPro() {
});

// Start SinricPro
//SinricPro.begin(APP_KEY, APP_SECRET);
SinricPro.begin(APP_KEY, APP_SECRET, "testws.sinric.pro");
SinricPro.begin(APP_KEY, APP_SECRET);
}

/**
Expand Down

0 comments on commit 87c88ca

Please sign in to comment.