From c9380815074016006b2eca1f16e270d16ee00893 Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Sun, 26 May 2024 03:22:46 +0530 Subject: [PATCH] fix: remove ascii tip --- docs/printing.md | 4 ---- 1 file changed, 4 deletions(-) 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);