Skip to content

Commit 2ea8f0c

Browse files
committed
0.5.4
1 parent d238dd3 commit 2ea8f0c

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

dist/webduino-all.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ Paho.MQTT = (function (global) {
24962496
})(window);
24972497

24982498
var webduino = webduino || {
2499-
version: '0.5.3'
2499+
version: '0.5.4'
25002500
};
25012501

25022502
if (typeof exports !== 'undefined') {
@@ -4950,7 +4950,7 @@ if (typeof exports !== 'undefined') {
49504950
};
49514951
}
49524952
if (options.area === 'china') {
4953-
options.server = WebArduino.SERVER_CHINA;
4953+
options.server = WebArduino.SERVER_CHINA;
49544954
}
49554955
options = util.extend(getDefaultOptions(), options);
49564956
options.server = parseServer(options.server);
@@ -4966,7 +4966,7 @@ if (typeof exports !== 'undefined') {
49664966
password: 'password',
49674967
autoReconnect: false,
49684968
multi: false,
4969-
initialReset: false,
4969+
initialReset: true,
49704970
handleDigitalPins: true
49714971
};
49724972
}
@@ -5605,7 +5605,7 @@ chrome.bluetoothSocket = chrome.bluetoothSocket || (function (_api) {
56055605
password: 'password',
56065606
autoReconnect: false,
56075607
multi: false,
5608-
initialReset: false,
5608+
initialReset: true,
56095609
handleDigitalPins: true
56105610
};
56115611
}
@@ -5666,7 +5666,7 @@ chrome.bluetoothSocket = chrome.bluetoothSocket || (function (_api) {
56665666
password: 'password',
56675667
autoReconnect: false,
56685668
multi: false,
5669-
initialReset: false,
5669+
initialReset: true,
56705670
handleDigitalPins: true
56715671
};
56725672
}
@@ -5697,7 +5697,7 @@ chrome.bluetoothSocket = chrome.bluetoothSocket || (function (_api) {
56975697
if (this._options.transport === 'serial') {
56985698
// wait for physical board ready to receive data from serialPort
56995699
this.send([0xf0, 0x0e, 0x0c, 0xf7]);
5700-
}
5700+
}
57015701
}.bind(this), 500);
57025702
};
57035703

dist/webduino-all.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/webduino-base.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ Paho.MQTT = (function (global) {
24962496
})(window);
24972497

24982498
var webduino = webduino || {
2499-
version: '0.5.3'
2499+
version: '0.5.4'
25002500
};
25012501

25022502
if (typeof exports !== 'undefined') {
@@ -4950,7 +4950,7 @@ if (typeof exports !== 'undefined') {
49504950
};
49514951
}
49524952
if (options.area === 'china') {
4953-
options.server = WebArduino.SERVER_CHINA;
4953+
options.server = WebArduino.SERVER_CHINA;
49544954
}
49554955
options = util.extend(getDefaultOptions(), options);
49564956
options.server = parseServer(options.server);
@@ -4966,7 +4966,7 @@ if (typeof exports !== 'undefined') {
49664966
password: 'password',
49674967
autoReconnect: false,
49684968
multi: false,
4969-
initialReset: false,
4969+
initialReset: true,
49704970
handleDigitalPins: true
49714971
};
49724972
}

dist/webduino-base.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webduino-js",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"main": "index.js",
55
"description": "The Webduino Javascript Core, for Browser and Node.js",
66
"repository": "https://github.com/webduinoio/webduino-js.git",

src/webduino.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var webduino = webduino || {
2-
version: '0.5.3'
2+
version: '0.5.4'
33
};
44

55
if (typeof exports !== 'undefined') {

0 commit comments

Comments
 (0)