We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b04b07 commit 913a9b1Copy full SHA for 913a9b1
src/board/Bit.js
@@ -52,6 +52,7 @@
52
});
53
54
Bit.DEFAULT_SERVER = 'wss://ws.webduino.io:443';
55
+ Bit.SERVER_CHINA = 'wss://ws.webduino.com.cn';
56
57
proto.startup = function () {
58
this._isReady = true;
src/board/Smart.js
@@ -50,6 +50,7 @@
50
51
Smart.DEFAULT_SERVER = 'wss://ws.webduino.io:443';
+ Smart.SERVER_CHINA = 'wss://ws.webduino.com.cn';
scope.board.Smart = Smart;
}));
0 commit comments