ESP32
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Matter]]
&color(red){※文章基于 ESP32-S 芯片说明};
#contents
* 下载 [#v0448bf2]
https://github.com/espressif/esp-matter.git
因为文件非常大(我下载后接近 22G),鉴于网速不是很好,下载...
git submodule update --init --recursive
详细参考[[Git问题排除>Git#q3a8afa4]]
* 安装 [#cdbbd463]
** 问题排除 [#y0e4d765]
** UnicodeEncodeError: 'gbk' codec can't encode character...
文件开始加上
#codeprettify{{
import io
import sys
sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding=...
}}
网上有人说下面的环境设置命令好用,但是我这里不行
set PYTHONUTF8=1
** SyntaxError: Non-UTF-8 code starting with ‘\xb8‘ in fi...
第一行加上
#codeprettify{{
#-*-coding:gb2312-*-
}}
&ref(ZigBee_体系结构.png);
#hr();
コメント:
#comment_kcaptcha
終了行:
[[Matter]]
&color(red){※文章基于 ESP32-S 芯片说明};
#contents
* 下载 [#v0448bf2]
https://github.com/espressif/esp-matter.git
因为文件非常大(我下载后接近 22G),鉴于网速不是很好,下载...
git submodule update --init --recursive
详细参考[[Git问题排除>Git#q3a8afa4]]
* 安装 [#cdbbd463]
** 问题排除 [#y0e4d765]
** UnicodeEncodeError: 'gbk' codec can't encode character...
文件开始加上
#codeprettify{{
import io
import sys
sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding=...
}}
网上有人说下面的环境设置命令好用,但是我这里不行
set PYTHONUTF8=1
** SyntaxError: Non-UTF-8 code starting with ‘\xb8‘ in fi...
第一行加上
#codeprettify{{
#-*-coding:gb2312-*-
}}
&ref(ZigBee_体系结构.png);
#hr();
コメント:
#comment_kcaptcha
ページ名: