Ver Fonte

fix: remove ascii tip

Ayush Sharma há 10 meses atrás
pai
commit
c938081507
1 ficheiros alterados com 0 adições e 4 exclusões
  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);