Skip to content

Commit 002e7ba

Browse files
authored
Merge pull request #156 from MediaTek-Labs/dev
Issue #155.
2 parents 717efcc + c5093e5 commit 002e7ba

File tree

10 files changed

+2567
-2566
lines changed

10 files changed

+2567
-2566
lines changed

blockly/arduino_compressed.js

+152-152
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blockly/blockly_uncompressed.js

+1,527-1,527
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blockly/blocks_compressed.js

+366-366
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blockly/generators/arduino/linkit.js

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ Blockly.Arduino.mcs_process = function() {
376376
code = code+' mcs.connect();\n';
377377
code = code+' if (mcs.connected()) { Serial.println("MCS Reconnected."); }\n';
378378
code = code+'}\n';
379+
code = code+'mcs.process(100);\n';
379380
return code;
380381
};
381382
Blockly.Arduino.mcs_channel_wait_until_read_value = function() {

blockly/i18n/common.pyc

0 Bytes
Binary file not shown.

blockly/msg/json/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@metadata": {
33
"author": "Ellen Spertus <ellen.spertus@gmail.com>",
4-
"lastupdated": "2017-07-13 15:43:48.137097",
4+
"lastupdated": "2017-07-14 15:40:28.823008",
55
"locale": "en",
66
"messagedocumentation" : "qqq"
77
},
0 Bytes
Binary file not shown.

offline-editor/js/arduino_compressed.js

+152-152
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

offline-editor/js/blocks_compressed.js

+366-366
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

offline-editor/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"alarms"
4444
],
4545
"update_url": "https://raw.githubusercontent.com/MediaTek-Labs/BlocklyDuino-for-LinkIt/master/offline-editor/manifest.json",
46-
"version": "2.12.0",
47-
"version_name": "2.12.0"
46+
"version": "2.12.1",
47+
"version_name": "2.12.1"
4848
}

0 commit comments

Comments
 (0)