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个函数是带形参的,非常感谢你的例程.