-
Notifications
You must be signed in to change notification settings - Fork 104
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
led brightness argument #101
Conversation
this is great - much needed |
works great thank you |
hello @synesthesiam , can you check this PR 🙏 |
Working brilliantly, this is much needed in master. Can it be merged in please? Is there any work that is required? |
parser.add_argument("--debug", action="store_true", help="Log DEBUG messages") | ||
parser.add_argument("--led-brightness", type=int, default=31, help="LED brightness (integer from 1 to 31)") |
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.
Can you add choices=range(1, 32)
to restrict the range?
Small change requested and we're good to go 👍 |
Merging now. Will add changes afterwards. |
I'm doing somthing wrong, This is how I am calling Wyoming-satellite but it errors out with the --led-brightness. any help? [Service] |
It's an other service to run, my config (from 1 year ago)
|
Second try
Request #98.