Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Blockly][Codegenerator] for loop with variable not working #308

Open
mariopesch opened this issue Apr 23, 2024 · 0 comments
Open

[Blockly][Codegenerator] for loop with variable not working #308

mariopesch opened this issue Apr 23, 2024 · 0 comments
Labels
Blockly Everything which is related to blocks bug Something isn't working Codegenerator Everything related to the generated Arduino Code

Comments

@mariopesch
Copy link
Member

mariopesch commented Apr 23, 2024

The variable in the for loop does not get initialed and causes compilation errors.

image lead to the following code:
for (i = 1; i <= 10; i += 1) {
}

initialization of i is missing.

@mariopesch mariopesch added bug Something isn't working Blockly Everything which is related to blocks Codegenerator Everything related to the generated Arduino Code labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blockly Everything which is related to blocks bug Something isn't working Codegenerator Everything related to the generated Arduino Code
Projects
None yet
Development

No branches or pull requests

1 participant