Browse code

debug2

Louis authored on27/10/2021 22:43:23
Showing2 changed files
1 1
Binary files a/build/synocam_home_switch.pbw and b/build/synocam_home_switch.pbw differ
... ...
@@ -220,7 +220,7 @@ Pebble.addEventListener('webviewclosed', function(e) {
220 220
 
221 221
   // Get the keys and values from each config item
222 222
   var dict = clay.getSettings(e.response);
223
-  console.log("server is "+dict[messageKeys.Server]);
223
+  console.log("server is "+dict[messageKeys.server]);
224 224
 
225 225
   // Send settings values to watch side
226 226
   Pebble.sendAppMessage(dict, function(e) {