We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7db154d + 8c18436 commit 61a07beCopy full SHA for 61a07be
src/main/webapp/cdn/blockly/generators/propc/oled.js
@@ -339,7 +339,7 @@ Blockly.Blocks.oled_print_number = {
339
.appendField(new Blockly.FieldDropdown([
340
["Decimal", "DEC"],
341
["Hexadecimal", "HEX"],
342
- ["Binary", "BIN"],
+ ["Binary", "BIN"]
343
//["OCT", "OCT"],
344
]), "type");
345
this.setInputsInline(true);
0 commit comments