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

Commit

Permalink
feat: use nano blocks for the flitz nano (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Oct 21, 2023
1 parent b30e9e3 commit 83128b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@angular/platform-browser-dynamic": "~15.2.9",
"@angular/router": "~15.2.9",
"@fortawesome/fontawesome-free": "^6.1.1",
"@leaphy-robotics/leaphy-blocks": "^1.3.5",
"@leaphy-robotics/leaphy-blocks": "^1.3.6",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@serialport/parser-readline": "^10.3.0",
Expand Down
6 changes: 3 additions & 3 deletions src/assets/blockly/leaphy-toolbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@
</block>
</category>
<category id="l_flitz_nano" toolboxitemid="l_flitz" name="%{BKY_LEAPHY_FLITZ_CATEGORY}" categorystyle="leaphy_category">
<block type="leaphy_flitz_read_stomach_sensor">
<block type="leaphy_flitz_nano_read_stomach_sensor">
</block>
<sep gap="8"></sep>
<block type="leaphy_flitz_read_hand_sensor">
<block type="leaphy_flitz_nano_read_hand_sensor">
</block>
<sep gap="8"></sep>
<block type="leaphy_flitz_led">
<block type="leaphy_flitz_nano_led">
<value name="FLITZ_LED_R">
<shadow type="math_number">
<field name="NUM">
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1737,10 +1737,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@leaphy-robotics/leaphy-blocks@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-1.3.5.tgz#1833ee03cb028e19e70d0ba851e1192438461142"
integrity sha512-1ZCOgctklWs7wOFTldxYODOwRc+DKpKkSjvMJbiduyr1Ra6K1kiK2nWciicnW0u1IsR962/32IPZfNKNXjIvgw==
"@leaphy-robotics/leaphy-blocks@^1.3.6":
version "1.3.6"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-1.3.6.tgz#69c098f6d41c88e11084bfd26df72678f55a994d"
integrity sha512-cgDvpomvAV429Q7jCKpJF5NIr0OeaLe54a5g3q7HqnbqwrBSx4XWMwwiRNhOCQxkV5fj+0dkDmhgBoN1Owad6Q==
dependencies:
blockly "^10.1.3"
typescript "4.3.2"
Expand Down

0 comments on commit 83128b4

Please sign in to comment.