Skip to content

Commit

Permalink
fix: remove ascii tip
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed May 25, 2024
1 parent efa5bf4 commit c938081
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/printing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ WebSerial.printf(format, args...);

Writes binary data to the WebSerial terminal.

:::note Note
WebSerial only accepts ASCII data with `write` opertaion, as it's sending data to a web browser there's no way to display other content types.
:::

```cpp
WebSerial.write(data);
WebSerial.write(buffer, size);
Expand Down

0 comments on commit c938081

Please sign in to comment.