-
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
Simulator sps30 sensor and fluoro asm sensor #436
base: add/simulator
Are you sure you want to change the base?
Simulator sps30 sensor and fluoro asm sensor #436
Conversation
@georgi-s @Thiemann96 please have a look at the log. Besides this seems like a lot changes for just adding two sensors.
|
this.appendDummyInput().appendField("Fluoro-ASM Sensor initialisieren"); | ||
this.setPreviousStatement(true, null); | ||
this.setNextStatement(true, null); | ||
this.setTooltip("Initialisiert den Fluoro-ASM Sensor."); |
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.
@georgi-s please do not hardcode text in german. Use the internationalization keys
@@ -0,0 +1,33 @@ | |||
// compileTask.js |
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.
what does this do?
No description provided.