Skip to content
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

Debug refactor #4050

Open
wants to merge 6 commits into
base: 0_15
Choose a base branch
from
Open

Debug refactor #4050

wants to merge 6 commits into from

Conversation

blazoncek
Copy link
Collaborator

Separate different debug components]

  • generic (WLED_DEBUG)
  • FX (WLED_DEBUG_FX)
  • bus manager (WLED_DEBUG_BUS)
  • pin manager (WLED_DEBUG_PINMANAGER)
  • usermods (WLED_DEBUG_USERMODS)
  • math (WLED_DEBUG_MATH)
  • all (WLED_DEBUG_ALL)

In an attempt to reduce flash usage while still getting a few debug messages.

It would still be preferable to implement #3396 instead or alongside.

- generic (WLED_DEBUG)
- FX (WLED_DEBUG_FX)
- bus manager (WLED_DEBUG_BUS)
- pin manager (WLED_DEBUG_PINMANAGER)
- usermods (WLED_DEBUG_USERMODS)
- math (WLED_DEBUG_MATH)
- all (WLED_DEBUG_ALL)

In an attempt to reduce flash usage while still getting a few debug messages.
@softhack007 softhack007 self-requested a review July 22, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant