Skip to content

Commit

Permalink
Update Berry.md
Browse files Browse the repository at this point in the history
Small clarification
  • Loading branch information
sfromis authored Nov 2, 2024
1 parent 85b4ef6 commit 82ceadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Berry.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ tasmota.add_fast_loop(/-> my_driver.fast_loop()) # register a closure to capt

#### `log(msg:string [, level:int = 3]) -> string`

Logs a message to the Tasmota console. Optional second argument is log_level (0..4), default is `2` `LOG_LEVEL_INFO`.
Logs a message to the Tasmota console. Optional second argument is log_level (0..4), default is `2` (matching build time `LOG_LEVEL_INFO`).

!!! example

Expand Down

0 comments on commit 82ceadf

Please sign in to comment.