You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can connect perfectly to my bluetooth serial port, but when I call BluetoothSerial.write("Hi"), it shows the following error: RTCBluetoothSerial.writeToDevice got 4 arguments, expected 3.
The same with the "disconnect" method: RTCBluetoothSerial.disconnect got 3 arguments, expected 2.
I need some help, please...
The text was updated successfully, but these errors were encountered:
Hi, I can connect perfectly to my bluetooth serial port, but when I call
BluetoothSerial.write("Hi")
, it shows the following error:RTCBluetoothSerial.writeToDevice got 4 arguments, expected 3
.The same with the "disconnect" method:
RTCBluetoothSerial.disconnect got 3 arguments, expected 2
.I need some help, please...
The text was updated successfully, but these errors were encountered: