博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
esp32-智能语音-cli(调试交互命令)
阅读量:4596 次
发布时间:2019-06-09

本文共 680 字,大约阅读时间需要 2 分钟。

使用串口0作为调试接口

1 ## Support Commands 2 ### Audio Commands 3 - play n: Play music with given index 4 - play URI: Play music by given URI, e.g.'play file://sdcard/test.mp3'. 5 - pause: Pause the playing music 6 - resume: Resume the paused music 7 - stop: Stop the playing music. 8 - setvol: Set volume 9 - getvol: Get volume10 - getpos: Get current position in seconds.11 12 ### System Commands13 - reboot: Restart system14 - free: Get the free memory15 - stat: Show the processor time amongst FreeRTOS tasks16 - tasks: Get information about running tasks17 - join: Connect Wi-Fi with ssid and password18 - wifi: Get connected AP SSID

 

转载于:https://www.cnblogs.com/llw2017/p/9614702.html

你可能感兴趣的文章
6.高性能NIO框架netty
查看>>
线程锁
查看>>
Oracle语句补充
查看>>
vuex使用方法
查看>>
eclipse添加easyExport插件,打开本地文件
查看>>
Docker CE 安装
查看>>
HR面试总结
查看>>
Yahoo!团队:网站性能优化的35条黄金守则(转)
查看>>
redis 基本操作
查看>>
Windows下安装Redis服务
查看>>
Sublime的Package Control的安装
查看>>
【HDOJ】2155 小黑的镇魂曲
查看>>
Mininet实验 脚本实现控制交换机行为
查看>>
c# 获取程序运行的根目录
查看>>
Java之匿名内部类详解
查看>>
adb 命令模拟按键事件
查看>>
Codeforces Round #436 D. Make a Permutation!
查看>>
scp的使用
查看>>
React组件绑定this的四种方式
查看>>
Jquery操作select
查看>>