极简的ESP蓝牙串口透传实现

1. 安装ESP32开发板蓝牙库 2. 打开示例文件: 3.代码就这么简单,这才是Arduino的风格 #include "BluetoothSerial.h" #if !defined(CONFIG_BT_ENABLED) || !defined(CONFIG_BLUEDROID_ENABLED) #error Bluetooth is not enabled! Please run `make
相关文章
相关标签/搜索