diff --git a/docs/printing.md b/docs/printing.md index e36e8a4..f69e6d8 100644 --- a/docs/printing.md +++ b/docs/printing.md @@ -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);