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