W801 的 demo 没看到 WIFI 和 BLE, 这块的内容去哪里看了?
查看更多
蓝牙: https: //blog. csdn. net/qq_37280428/article/details/124081676? spm=1001. 2014. 3001. 5502wifi: https: //blog. csdn. net/qq_37280428/article/details/124250596? spm=1001. 2014. 3001. 5502
为什么我这里按你这样改会提升错误呢? 错误 1: error: too few arguments to function 'demo_bt_enable'错误 2: error: too few arguments to function 'demo_ble_server_on'
发布 问题
分享 好友
手机 浏览
回到 顶部
找到原因了, 是因为我打开 DEMO_BT 了, DEMO_BT 里这 2 个函数是带形参的, 非常感谢你的例程.