File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Blockly.Msg.CODERBOT_SENSOR_FINDTEXT_ACCEPT_ALPHANUM = "Alphanumeric (A..Z;0..9)
6363Blockly . Msg . CODERBOT_SENSOR_FINDTEXT_ACCEPT_UNSPEC = "Any" ;
6464Blockly . Msg . CODERBOT_SENSOR_FINDTEXT_COLOR = "background color" ;
6565Blockly . Msg . CODERBOT_SENSOR_FINDQRCODE = "read Bar-QRCode" ;
66- Blockly . Msg . CODERBOT_SENSOR_FINDQRCODE = "read AR Code" ;
66+ Blockly . Msg . CODERBOT_SENSOR_FINDARCODE = "read AR Code" ;
6767Blockly . Msg . CODERBOT_AUDIO_RECORD_FILE_NAME = "record as file" ;
6868Blockly . Msg . CODERBOT_AUDIO_RECORD_FILE_ELAPSE = " of seconds" ;
6969Blockly . Msg . CODERBOT_AUDIO_PLAY_FILE = "play file" ;
Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ class ProgramEditorBlockly extends ProgramEditor {
221221 var dom_code = Blockly . Xml . domToText ( xml_code ) ;
222222
223223 window . LoopTrap = 1000 ;
224- //Blockly.Python.INDENT=' ';
225224 Blockly . Python . INFINITE_LOOP_TRAP = 'get_prog_eng().check_end()\n' ;
226225 var code = Blockly . Python . workspaceToCode ( ) ;
227226 Blockly . Python . INFINITE_LOOP_TRAP = null ;
You can’t perform that action at this time.
0 commit comments