leaphy-robotics / leaphy-webbased-svelte

Leaphy Easybloqs is software to program Leaphy Robots and Arduino microcontrollers using a block-based programming language.
https://leaphyeasybloqs.com
1 stars 2 forks source link

[bug] get distance not working for nano #70

Closed sverben closed 5 months ago

sverben commented 6 months ago

What happened?

Robot specific pins are no longer working because of missing boardType parameter on the workspaceToCode method

public workspaceToCode(workspace: Workspace, robotType?: string): string

Version

latest

What browsers are you seeing the problem on?

No response

Relevant log output

No response