Skip to content

Commit

Permalink
fix: printing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed May 25, 2024
1 parent 5fe3608 commit efa5bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/printing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 5

# Printing Logs

The WebSerial library allows you to send logs and messages over a WebSocket connection, making it easy to debug and monitor your projects/devices via a web browser. This library inherits from the `Print` class of the Arduino core, so it uses methods similar to the `Serial` library.
The WebSerial library provides you a really nice UI on the web browser itself using WebSockets protocol, making it easy to debug and monitor your projects/devices. Under the hood, this library inherits `Print` class of the Arduino core, so it uses methods similar to the `Serial` library.

:::tip Important Tip
**Don't** send large amounts of data in a single shot with WebSerial. (ie. more than 1KB)
Expand Down

0 comments on commit efa5bf4

Please sign in to comment.