-
Notifications
You must be signed in to change notification settings - Fork 11
Move compose variables into brick config file #38
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
base: main
Are you sure you want to change the base?
Conversation
src/arduino/app_bricks/video_imageclassification/brick_config.yaml
Outdated
Show resolved
Hide resolved
dido18
left a comment
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.
Since the added hidden variables do not have a default_value, they are all required variables.
By design, the validation of the app fails if required variables are not set.
I see two solutions:
- add the
default_valuefor the hidden variables
-2.edit the check on the app validation that if a variable is hidden the check of the required value is omitted. I.e., an hidden variable must not be enforced to have a value.
I've added the default values: 9c54121 |
stefanotorneo
left a comment
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.
We removed the BIND_PORT from the other compose file; do we want to remove it from these bricks as well?
a797a34 to
bcfe0e0
Compare
No description provided.