-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/go pro/phase 2/part 3/pull request #1034
Conversation
capcitory wifi plugin
…ctly from camera)
enable `Automatically manage signing`
<domain includeSubdomains="true">10.5.5.9</domain> | ||
<domain includeSubdomains="true">192.168.8.155</domain> |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused code
// 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; | ||
// } | ||
// } | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused code
// this.presentToast(`Wifi.connectPrefix`); | ||
// console.log(`Connecting to ${wifiSSID} with password ${wifiPASS}`); | ||
// await Wifi.connectPrefix({ | ||
// ssid: wifiSSID, | ||
// password: wifiPASS, | ||
// }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused code
┆Issue is synchronized with this Asana task by Unito
┆Created By: Tammy Yang