Skip to content

Commit 661f13b

Browse files
committed
Fix generator output
1 parent cb5d792 commit 661f13b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generators/webduino.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ Blockly.JavaScript['board'] = function (block) {
846846
} else if (dropdown_type_ == '3') {
847847
type = 'boardReady({' + board + 'transport: \'bluetooth\', address: ' + value_device_ + '}, async function (board) {\n';
848848
} else if (dropdown_type_ == '4') {
849-
type = 'boardReady({' + board + ', url: ' + value_device_ + ws +'}, async function (board) {\n';
849+
type = 'boardReady({' + board + 'url: ' + value_device_ + ws +'}, async function (board) {\n';
850850
}
851851

852852
var code;

0 commit comments

Comments
 (0)