浏览代码

fix: remove ascii tip

Ayush Sharma 10 月之前
父节点
当前提交
c938081507
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      docs/printing.md

+ 0 - 4
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);