Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Aug 4, 2024
1 parent a424863 commit 6d3336a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LinkIt7697/France/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Blockly.Blocks['udp_initial'] = {
.appendField(Blockly.Msg["UDP_INITIAL"]);
this.appendValueInput("port")
.setCheck("Number")
.appendField(Blockly.Msg["UDP_PORT"])
.appendField(Blockly.Msg["UDP_PORT"]);
this.appendDummyInput()
.appendField(Blockly.Msg["UDP_EXECUTE"]);
this.appendStatementInput("statement")
.setCheck(null);
Expand Down

0 comments on commit 6d3336a

Please sign in to comment.