Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/go pro/phase 2/part 3/pull request #1034

Merged
merged 17 commits into from
Jan 27, 2022
Merged

Feature/go pro/phase 2/part 3/pull request #1034

merged 17 commits into from
Jan 27, 2022

Conversation

sultanmyrza
Copy link
Contributor

@sultanmyrza sultanmyrza commented Nov 4, 2021

┆Issue is synchronized with this Asana task by Unito
┆Created By: Tammy Yang

@sync-by-unito sync-by-unito bot mentioned this pull request Nov 4, 2021
Comment on lines 5 to 6
<domain includeSubdomains="true">10.5.5.9</domain>
<domain includeSubdomains="true">192.168.8.155</domain>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10.5.5.9 seems to be the default IP address of GoPro, but what is 192.168.8.155?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed in this commit 👍


ngOnInit() {
this.restoreBluetoothConnection();
// this.scanForBluetoothDevices();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused code

Comment on lines 85 to 102
// if (newtorkStatus.connectionType == 'wifi') {
// const connectedToGoProWiFi =
// await this.goProWiFiService.isConnectedToGoProWifi();

// if (!connectedToGoProWiFi) {
// this.startUploadToCapture();
// return;
// }
// }

// if (newtorkStatus.connectionType == 'cellular') {
// const allowed = await this.allowUploadWithMobileInternet();
// if (allowed) {
// this.startUploadToCapture();
// return;
// }
// }
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused code

Comment on lines 201 to 206
// this.presentToast(`Wifi.connectPrefix`);
// console.log(`Connecting to ${wifiSSID} with password ${wifiPASS}`);
// await Wifi.connectPrefix({
// ssid: wifiSSID,
// password: wifiPASS,
// })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused code

@shc261392 shc261392 merged commit fb497cd into numbersprotocol:master Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants