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

Set WifiManager debug level. #1014

Merged

Conversation

h2zero
Copy link
Collaborator

@h2zero h2zero commented Jul 10, 2021

Description:

This allows for setting the WiFimanager debug level for more or less verbosity using the WM_DEBUG_LEVEL macro.
Valid values are:
DEBUG_ERROR = 0,
DEBUG_NOTIFY = 1, // default
DEBUG_VERBOSE = 2,
DEBUG_DEV = 3,
DEBUG_MAX = 4

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

This allows for setting the WiFimanager debug level for more or less verbosity using the WM_DEBUG_LEVEL macro.
Valid values are:
        DEBUG_ERROR     = 0,
        DEBUG_NOTIFY    = 1, // default
        DEBUG_VERBOSE   = 2,
        DEBUG_DEV       = 3,
        DEBUG_MAX       = 4
@h2zero h2zero force-pushed the wifi-manager-debug-levels branch from abfc490 to 21a3eea Compare July 10, 2021 16:28
@1technophile 1technophile added this to the v0.9.7 milestone Jul 10, 2021
@1technophile
Copy link
Owner

perfect

@1technophile 1technophile merged commit 4b13504 into 1technophile:development Jul 10, 2021
@h2zero h2zero deleted the wifi-manager-debug-levels branch August 2, 2021 17:36
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.

2 participants