remove button as switch

closes #165
This commit is contained in:
Mario Pesch
2022-04-10 14:52:25 +02:00
parent 43c3961090
commit 5472b4fc0b
2 changed files with 0 additions and 3 deletions
@@ -330,7 +330,6 @@ Blockly.Blocks["sensebox_button"] = {
new Blockly.FieldDropdown([
[Blockly.Msg.senseBox_button_isPressed, "isPressed"],
[Blockly.Msg.senseBox_button_wasPressed, "wasPressed"],
[Blockly.Msg.senseBox_button_switch, "Switch"],
[Blockly.Msg.senseBox_button_longPress, "longPress"],
]),
"FUNCTION"