XR871-OLD icon indicating copy to clipboard operation
XR871-OLD copied to clipboard

XR871 SDK

Results 6 XR871-OLD issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/60448373/179135786-c4ebb6df-01cc-42ac-a43e-0b3b8e7a7ad4.png) Why do I see noises? I checked the contacts to tx rx everything is fine.

应该加上这个标志,否则按键定时器还没有创建就跑到这了,会导致初始化重启 --- a/project/common/apps/buttons/buttons.c +++ b/project/common/apps/buttons/buttons.c @@ -331,6 +331,7 @@ static void buttons_process_thread(void *arg) int prev_buttons_state = 0; button_obj *obj; + buttons_timer_time_up = false; while (buttons_thread_run_flag) { /* wait a button...

Ubuntu 18,04通过git命令行 Windows 10通过TortoiseGit工具 clone下来后都会产生乱码,并且Windows 10重命名后再提交,diff依然不会消失。

please share the developer information that in english since many informations are in chinese only, very hard to understand -

need web socket guideline

使用 **mosquitto_pub -h 192.168.1.218 -t start -m "123456789" -r** 发布消息,订阅此话题的客户端(开发板)收到retain消息后,发现此消息丢失了2个字节,如下:** 603 [topic: start] 3456789**,每次测试都会复现,是我在使用上有什么问题吗?