Files
arduino-libs/arduino-cli/libraries/Blinker/ISSUE_TEMPLATE.md
2024-07-20 22:09:06 +08:00

64 lines
2.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
----------------------------- 删除下面的内容 -----------------------------
提问指南
=============
请按如下说明描述您的问题,以便您的问题能够得到解决。
1. 对照下方的 基本信息 表,在[]中填入x。
2. 对照下发的 设备信息 表,在[]中填入您的设备信息。
3. 检查是否使用最新的库及APP因为这个问题可能在最新的版本中已修复。
4. 描述您的问题。
5. 如果有设备端串口LOG信息请提供LOG信息(建议DEBUG ALL下查看LOG信息)。
6. 一个能正常运行的描述您问题的最小示例代码。不要提供您的整个项目代码。
7. 如果编译报错,请提供完整的报错信息。
8. 如果使用串口蓝牙模块或者blinker AT固件, 请提供接线电路示意。
9. 提交您的问题前请将该提问指南删除。
----------------------------- 删除上面的内容 -----------------------------
== 提问请到论坛 https://www.arduino.cn/forum-132-1.html ==
## 基本信息
- [] 这个问题满足提问指南
- [] 我阅读了开发文档
- [] 我使用了最新的库及APP进行测试但是问题仍然存在
- [] 我搜索过类似问题的解决方法但是仍然无法解决
- [] 有设备端的LOG信息
- [] 有编译报错信息
- [] 我已填写基本信息
## 设备信息
- 硬件: [ESP-12|wifiduino|Arduino UNO]
- 接入方式: [BLE|WIFI]
- package版本: [esp8266-arduino-2.5.0dev|esp32-1.0.1-rc3]
- blinker库版本: [arduino 0.3.0|py 0.2.0]
- 开发环境: [Arduino|linux]
- 操作系统: [Windows|Ubuntu|MacOS]
## IDE 中的设置
- Module: [Generic ESP8266 Module|Wemos D1 mini r2|Nodemcu|other]
- Flash Mode: [qio|dio|other]
- Flash Size: [4MB/1MB]
- lwip Variant: [v1.4|v2 Lower Memory|Higher Bandwidth]
- Reset Method: [ck|nodemcu]
- Flash Frequency: [40Mhz]
- CPU Frequency: [80Mhz|160MHz]
- Upload Using: [OTA|SERIAL]
- Upload Speed: [115200|other] (serial upload only)
## 手机信息及APP信息
- 手机品牌及型号
- android系统版本请注意是android系统版本不是厂商自己的版本号
- blinker App版本
## 问题描述
在这里填写您的问题
## 代码
在这里填写您出现问题的最小示例代码
## LOG信息
在这里填写您设备串口输出的LOG信息
## 编译信息
在这里填写您IDE编译报错信息