소스 검색

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);