Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: restore accidentally removed blocks (rgb / gesture)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Dec 10, 2023
1 parent 9ecc6a7 commit 601dbe3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/assets/blockly/leaphy-toolbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<sep gap="8"></sep>
<block type="leaphy_compass_degrees">
</block>
<sep gap="8"></sep>
<block type="leaphy_i2c_rgb_color">
</block>
<sep gap="8"></sep>
<block type="leaphy_i2c_gesture">
</block>
</category>
<category id="l_flitz" toolboxitemid="l_flitz" name="%{BKY_LEAPHY_FLITZ_CATEGORY}" categorystyle="leaphy_category">
<block type="leaphy_flitz_read_stomach_sensor">
Expand Down Expand Up @@ -163,6 +169,12 @@
<sep gap="8"></sep>
<block type="leaphy_compass_degrees">
</block>
<sep gap="8"></sep>
<block type="leaphy_i2c_rgb_color">
</block>
<sep gap="8"></sep>
<block type="leaphy_i2c_gesture">
</block>
</category>
<category id="l_wifi" toolboxitemid="l_wifi" name="%{BKY_SENSOREN_CATEGORY}" categorystyle="leaphy_category">
</category>
Expand Down Expand Up @@ -728,6 +740,12 @@
<sep gap="8"></sep>
<block type="leaphy_compass_degrees">
</block>
<sep gap="8"></sep>
<block type="leaphy_i2c_rgb_color">
</block>
<sep gap="8"></sep>
<block type="leaphy_i2c_gesture">
</block>
</category>
<category id="l_nano_extra" toolboxitemid="l_extra" name="%{BKY_ACTUATOREN_CATEGORY}" categorystyle="leaphy_category">
<block type="leaphy_original_set_led">
Expand Down

0 comments on commit 601dbe3

Please sign in to comment.