Skip to content

Commit

Permalink
Merge pull request #99 from lausuper/dev
Browse files Browse the repository at this point in the history
Dev merge
  • Loading branch information
Lautaro committed Jul 14, 2017
2 parents 36ca1d3 + d748ac9 commit 0422671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/others/custom-blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

Blockly.Arduino['robotica_sensor'] = function(block) {
var dropdown_sensor = block.getFieldValue('Sensor');
var code = 'sensor('+ dropdown_sensor + ')';
var code = 'sense('+ dropdown_sensor + ')';
return [code, Blockly.JavaScript.ORDER_ATOMIC];
};

Expand Down

0 comments on commit 0422671

Please sign in to comment.