|
@@ -69,7 +69,7 @@ Rectangle {
|
|
running: false
|
|
running: false
|
|
repeat: false
|
|
repeat: false
|
|
onTriggered: {
|
|
onTriggered: {
|
|
- testWebsite.appName = "curl -m 1 -Is " + camURL;
|
|
|
|
|
|
+ testWebsite.appName = "curl -m 3 -Is " + camURL;
|
|
if(menuAREA.z === 1) {
|
|
if(menuAREA.z === 1) {
|
|
testWebsite.launchScript();
|
|
testWebsite.launchScript();
|
|
} else {
|
|
} else {
|
|
@@ -121,7 +121,7 @@ Rectangle {
|
|
urlchangeBUSY.visible = true;
|
|
urlchangeBUSY.visible = true;
|
|
camURL = whichCamSet();
|
|
camURL = whichCamSet();
|
|
|
|
|
|
- testWebsite.appName = "curl -m 1 -Is " + camURL;
|
|
|
|
|
|
+ testWebsite.appName = "curl -m 3 -Is " + camURL;
|
|
|
|
|
|
testWebsite.launchScript();
|
|
testWebsite.launchScript();
|
|
console.debug("CAMURL Component.onCompleted :" + camURL);
|
|
console.debug("CAMURL Component.onCompleted :" + camURL);
|
|
@@ -134,7 +134,7 @@ Rectangle {
|
|
console.debug("CAMURL onVisible changed :" + camURL);
|
|
console.debug("CAMURL onVisible changed :" + camURL);
|
|
camURL = whichCamSet();
|
|
camURL = whichCamSet();
|
|
|
|
|
|
- testWebsite.appName = "curl -m 1 -Is " + camURL;
|
|
|
|
|
|
+ testWebsite.appName = "curl -m 3 -Is " + camURL;
|
|
|
|
|
|
testWebsite.launchScript();
|
|
testWebsite.launchScript();
|
|
console.debug("CAMURL onVisibleChanged :" + camURL);
|
|
console.debug("CAMURL onVisibleChanged :" + camURL);
|
|
@@ -275,7 +275,7 @@ Rectangle {
|
|
onPressAndHold: {
|
|
onPressAndHold: {
|
|
camURL = whichCamSet();
|
|
camURL = whichCamSet();
|
|
|
|
|
|
- testWebsite.appName = "curl -m 1 -Is " + camURL;
|
|
|
|
|
|
+ testWebsite.appName = "curl -m 3 -Is " + camURL;
|
|
|
|
|
|
testWebsite.launchScript();
|
|
testWebsite.launchScript();
|
|
|
|
|