EspTouch is one way for Android Phone to tell the connected Router's Ssid, Password and etc. to make IOT devices to connect to the same Router. EspTouch is developed and maintained by Espressif Corp.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 4 年前 | ||
| 4 年前 |
以下内容由 AI 翻译,如有问题请 点此提交 issue 反馈
Android版EspTouch
此应用程序用于配置ESP设备连接目标Wi-Fi接入点(AP)。 设备需运行智能配置程序:esp-idf 或 ESP8266_RTOS_SDK。
注意:EspTouchV2与EspTouch不兼容。
许可证
- 详情请见 许可证
如何导入
- 在项目根目录的
build.gradle文件末尾添加:allprojects { repositories { ... maven { url 'https://jitpack.io' } } } - 然后,在应用模块的
build.gradle文件中添加依赖项:implementation 'com.github.EspressifApp:lib-esptouch-android:1.1.1'implementation 'com.github.EspressifApp:lib-esptouch-v2-android:2.2.1'
库源代码
API文档
版本日志
发布版本
- 查看 发布版本