-
Notifications
You must be signed in to change notification settings - Fork 29
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
Print list of commands #14
Comments
Is this merged into main branch @ppedro74 ? Thanks! |
Nope, have no clue how to use GitHub I should follow some tutorials explaining things. But I think it would be a good idea it saves a lot of work |
Friendly bump! :) |
i will try to figure out how to make a branch, but its not up to me to join it I think |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi i added a feature to your lib but I don't really know enough of git to ask to merge via it so here is what I did. I was in need to print out a list of all the commands available but I did not want to create a separate list with description for them so i added a function to your lib,
Added (const char* cdescription = "") to the SerialCommand container
Example:
and the output, it does not do much but it makes things a little bit easier.
The text was updated successfully, but these errors were encountered: