Fixes config URL.
This commit is contained in:
parent
5ce403f650
commit
37192882ab
|
@ -3,7 +3,7 @@
|
||||||
"shortName": null,
|
"shortName": null,
|
||||||
"longName": null,
|
"longName": null,
|
||||||
"companyName": null,
|
"companyName": null,
|
||||||
"versionLabel": "1.2",
|
"versionLabel": "1.3",
|
||||||
"sdkVersion": "3",
|
"sdkVersion": "3",
|
||||||
"targetPlatforms": ["basalt"],
|
"targetPlatforms": ["basalt"],
|
||||||
"watchapp": {
|
"watchapp": {
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
// });
|
// });
|
||||||
|
|
||||||
Pebble.addEventListener('showConfiguration', function(e) {
|
Pebble.addEventListener('showConfiguration', function(e) {
|
||||||
Pebble.openURL('http://192.168.1.113/u/bilbo/pebble/iclock/index.html');
|
//Pebble.openURL('http://192.168.1.113/u/bilbo/pebble/iclock/index.html');
|
||||||
// Pebble.openURL('https://pconf.bthlabs.pl/intuiclock/index.html');
|
Pebble.openURL('https://pconf.bthlabs.pl/intuiclock/index.html');
|
||||||
});
|
});
|
||||||
|
|
||||||
Pebble.addEventListener('webviewclosed', function(e) {
|
Pebble.addEventListener('webviewclosed', function(e) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user