esp32micropython

在micropython的esp32蓝牙调控led中,出现报错
Traceback (most recent call last):


File "", line 96, in 

 File "", line 61, in send
```OSError: -128

![img](https://img-mid.csdnimg.cn/release/static/image/mid/ask/897837329976131.jpg "#left")
98

Shell
LED OFF
LED 13 OFE
Traceback (mostrecent cali last):
File" Line 96.in Smodule>
Filestdin>" line 61.insend
OSError: 128

bytearray(b"x021×011x02\t\tESP32BLE')


这个错误信息表示在 send 函数中出现了一个 OSError 错误,错误码为 -128。这可能是由于蓝牙连接问题或发送数据时出现问题引起的。需要进一步调试代码并检查蓝牙连接是否正确。