- 博客(9)
- 收藏
- 关注
原创 matter 1.4.1认证检测pics跟zap是否一致
4.1 设置环境变量THREAD_DATASET_HEX,DISCRIMINATOR跟SETUP_PASSCODE。SDK SHA根据test verification step去选择。4.2 执行pics检查脚本命令,需要检查所有endpoint。docker-name可以通过。4.3 执行一致性脚本检查命令。执行成功就会有这个PASS。找到,拷贝到容器的路径。
2025-12-10 17:03:37
136
原创 在GitHub和GitLab上同时使用可以通过配置多个SSH密钥
在GitHub的账户设置中找到“SSH and GPG keys”,点击“New SSH key”,粘贴公钥并保存。文件,配置多个SSH密钥,为了安全起见,config文件的权限需要严格限制。在GitLab的账户设置中找到“SSH Keys”,粘贴公钥并保存。字段自动选择对应的SSH密钥。如果连接成功,会显示类似“
2025-05-08 11:28:17
574
原创 ESP8266工具链4.8.5编译缺少libmesh.a跟libc.a跟libhal.a
ESP8266工具链4.8.5编译缺少libmesh.a跟libc.a跟libhal.a执行wget -O libhal.a https://github.com/esp8266/esp8266-wiki/raw/master/libs/libhal.a下载libhal.a文件,并复制至交叉编译器对应文件夹sudo cp -rf libhal.a /opt/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.2/执行wget -O libhal.a https
2021-01-21 17:30:58
378
转载 esp32IDF开发环境遇到的问题The following Python requirements are not satisfied
The following Python requirements are not satisfied:setuptools>=21Please follow the instructions found in the “Set up the tools” section of ESP-IDF Getting Started Guide安装 Python 软件包官方是执行下面的命令安装的。个人在这个过程中只能能下在前面一两个软件包,然后就报超时失败了。历经几十遍的尝试,最后我放弃了。如果能全
2021-01-21 17:30:38
1949
转载 Could not find a version that satisfies the requirement cryptography
使用pip安装pymysql出错;Could not find a version that satisfies the requirement cryptography (from pymysql) (from versions: ) No matching distribution found for cryptography (from pymysql)今天使用pip安装pymysql时出现如下错误:Could not find a version that satisfies the requi
2021-01-21 17:30:20
1561
原创 ESP8266提示“curses.h: 没有那个文件或目录
ESP8266提示“curses.h: 没有那个文件或目录”。解决办法:安装ncurses即可sudo apt-get install libncurses5-dev参考:http://bbs.youkuaiyun.com/topics/310127356
2020-09-19 11:40:40
717
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅