Skip to content

Commit c42ce79

Browse files
authored
Update README.md
1 parent c0b9720 commit c42ce79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This package has not yet been published to the Arduino & PlatformIO package mana
3939
Serial.begin(9600);
4040

4141
// Initialize with log level and log output.
42-
Log.begin(LOG_LEVEL_VERBOSE, &Serial);
42+
Log.begin (LOG_LEVEL_VERBOSE, &Serial);
4343
Log.error ( "Log as Error with binary values : %b, %B"CR , 23 , 345808);
4444
Log.warning (F("Log as Warning with integer values from Flash : %d, %d"CR) , 34 , 799870);
4545
```

0 commit comments

Comments
 (0)