-
Notifications
You must be signed in to change notification settings - Fork 17
Allow getting the debug_level #14
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
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Comments
Hi @kirk-clendinning 👋 Can you please create a PR? |
Alexander,
I have not forgotten you. Just full with programming at work right now, and trying to get an SK6812 lighting project going at home. I will try to find some time do the pull some weekend soon. It’s not much work, I just need to get a few moments. Please keep in touch.
Kind Regards,
…-kirk-
It is always easier to criticize than create.
-Clendinning-
Kirk Clendinning
922 Zeek Ridge Ct.
Clermont, Florida 34715-0056
USA
+1 (407) 988-9111
On Aug 18, 2021, at 02:55, Alexander Entinger ***@***.***> wrote:
Hi @kirk-clendinning <https://github.com/kirk-clendinning> 👋 Can you please create a PR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#14 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADCLV3PV4ZAE7QQR7MTE7TTT5NKO7ANCNFSM5BG4AJVA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Sure 😉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
It would be nice for the Debug Utils to be orthogonal so that once a debug level is set, functionality in other parts of the code can be enabled or disabled programmatically.
Add
int getDebugMessageLevel(void);
andint getDebugLevel(void);
toArduino_DebugUtils.h
, complimenting thesetDebugMessageLevel()
andsetDebugLevel()
functions.Add
to
Arduino_DebugUtils.cpp
The text was updated successfully, but these errors were encountered: