We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73067ba commit cbc16a9Copy full SHA for cbc16a9
README.md
@@ -12,7 +12,7 @@ ArduinoDebugUtils has 6 different debug levels (described descending from highes
12
* `DEBUG_LVL_DEBUG` - more information
13
* `DEBUG_LVL_VERBOSE` - most information
14
15
-The desired debug level can be set via `setDebugLevel(DebugLevel::Warning)`.
+The desired debug level can be set via `setDebugLevel(DEBUG_LVL_WARNING)`.
16
17
Debug messages are written via `debugPrint` which supports `printf`-style formatted output.
18
0 commit comments