博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
esp32-智能语音-cli(调试交互命令)
阅读量:4586 次
发布时间: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

你可能感兴趣的文章
1001 Maximum Multiple(2018 Multi-University Training Contest 1)
查看>>
对Java对象的认识与理解
查看>>
python——父类与子类的一些说明
查看>>
2019年3月3日 2018-2019-2 20189205《移动平台应用开发实践》第二周作业
查看>>
MySQL 性能优化--优化数据库结构之优化数据类型
查看>>
软件工程之软件需求分析
查看>>
Electron简介和安装使用
查看>>
Improving Visual C++ Debugging with Better Data Display
查看>>
JDBC
查看>>
workspace 配置
查看>>
C# 针对特定的条件进行锁操作,不用lock,而是mutex
查看>>
Spring归纳
查看>>
MyEclipse Web Project导入Eclipse Dynamic Web Project,无法部署到tomcat问 题
查看>>
24小时学通Linux内核之向内核添加代码
查看>>
python 函数
查看>>
Solr4.0 如何配置使用UUID自动生成id值
查看>>
Marketing™Series用户手册(Marketing™Series Manual)
查看>>
Java动态代理
查看>>
二维码开源库zbar、zxing使用心得
查看>>
框架设计读书笔记--扩展点设计--组合法
查看>>