-
Notifications
You must be signed in to change notification settings - Fork 178
Add config options range limit notes #852
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
Conversation
ping @theotherjimmy |
@kegilbert Any idea why this is failing CI? |
@AnotherButler Looks like build timeout issues, I don't have permissions to kick off a rebuild can you try that? |
I don't have permissions, either. @rik ? |
This is not a timeout issue. It is trying to fetch content from |
Right! Alright, thanks will do! |
Add new field options for configuring parameter range limits or accepted values. Add note on how to define a parameter without a default value.
Make edits for minor grammar nits.
429af74
to
06abb2e
Compare
Jimmy approved this, anything else we're waiting on? |
Should this go live now, or are we waiting on any code releases first? |
This code is currently live, we should be good to go. Came in with ARMmbed/mbed-os#8673 for the 5.11 release. |
Make changes from #852 to 5.11 branch
Additionally add small blurb on how not setting the value field/setting it to null affects the parameter (this might've been described somewhere else, let me know if this is already here and we can remove that portion).