-
Notifications
You must be signed in to change notification settings - Fork 7
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
Solar-charger #365
base: development
Are you sure you want to change the base?
Solar-charger #365
Conversation
use formatted code from main to make future merge more readable
@BjoernLuig looking at the solar charger code I still would suggest du create a library the board instead of adding all the code into the blocks. |
.appendField(", XB") | ||
.appendField(new Blockly.FieldCheckbox("TRUE"), "POWER_OFF_XB"); | ||
} | ||
this.appendDummyInput().appendField(Blockly.Msg.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BjoernLuig here is something missing, therefore the build process fails
I also changed the PR to be merged to development branch first |
Adds usefull blocks for solar operation in a new category.