File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Blockly.Blocks['ev3bt_new'] = {
3434 this . setOutput ( true ) ;
3535 this . setColour ( 230 ) ;
3636 this . setTooltip ( '' ) ;
37- this . setHelpUrl ( 'https://webduino.io' ) ;
37+ this . setHelpUrl ( 'https://tutorials. webduino.io/ ' ) ;
3838 }
3939} ;
4040
@@ -58,7 +58,7 @@ Blockly.Blocks['ev3bt_sendmsg'] = {
5858 this . setNextStatement ( true , null ) ;
5959 this . setColour ( 65 ) ;
6060 this . setTooltip ( '' ) ;
61- this . setHelpUrl ( 'http ://www.example.com /' ) ;
61+ this . setHelpUrl ( 'https ://tutorials.webduino.io /' ) ;
6262 }
6363} ;
6464
@@ -78,7 +78,7 @@ Blockly.Blocks['ev3bt_recv'] = {
7878 this . setNextStatement ( true , null ) ;
7979 this . setColour ( 65 ) ;
8080 this . setTooltip ( '' ) ;
81- this . setHelpUrl ( 'https://webduino.io' ) ;
81+ this . setHelpUrl ( 'https://tutorials. webduino.io/ ' ) ;
8282 }
8383} ;
8484
@@ -90,8 +90,8 @@ Blockly.Blocks['ev3bt_getmsg'] = {
9090 . appendField ( Blockly . Msg . WEBDUINO_EV3BT_GET_MSG , "取得目前訊息資料" ) ;
9191 this . setInputsInline ( true ) ;
9292 this . setOutput ( true , null ) ;
93- this . setColour ( 65 ) ;
93+ this . setColour ( 35 ) ;
9494 this . setTooltip ( '' ) ;
95- this . setHelpUrl ( 'https://webduino.io' ) ;
95+ this . setHelpUrl ( 'https://tutorials. webduino.io/ ' ) ;
9696 }
9797} ;
Original file line number Diff line number Diff line change 1- <category id =" catEV3BT" tags =" fly,mark1,smart" >
1+ <category id =" catEV3BT" tags =" fly,mark1,smart" index = " 3 " >
22 <block type =" variables_set" >
33 <field name =" VAR" >adapter</field >
44 <value name =" VALUE" >
You can’t perform that action at this time.
0 commit comments