Skip to content

Set WifiManager debug level.#1014

Merged
1technophile merged 1 commit into1technophile:developmentfrom
h2zero:wifi-manager-debug-levels
Jul 10, 2021
Merged

Set WifiManager debug level.#1014
1technophile merged 1 commit into1technophile:developmentfrom
h2zero:wifi-manager-debug-levels

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
JeroenWiersma pushed a commit to JeroenWiersma/OpenMQTTGateway that referenced this pull request Oct 18, 2025
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
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