Skip to content

Commit cbc16a9

Browse files
committed
Replacing last occurence of enum class constants for DebugLevel
1 parent 73067ba commit cbc16a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ArduinoDebugUtils has 6 different debug levels (described descending from highes
1212
* `DEBUG_LVL_DEBUG` - more information
1313
* `DEBUG_LVL_VERBOSE` - most information
1414

15-
The desired debug level can be set via `setDebugLevel(DebugLevel::Warning)`.
15+
The desired debug level can be set via `setDebugLevel(DEBUG_LVL_WARNING)`.
1616

1717
Debug messages are written via `debugPrint` which supports `printf`-style formatted output.
1818

0 commit comments

Comments
 (0)