首先感谢您的回复,我在具体的操作过程中还存在一些我问题:
1. namespace
https://docs.espressif.com/projects/idf ... nents.html
文档中说明:
compote component upload --namespace [YOUR_NAMESPACE] --name test_cmp
Once uploaded, your component should be viewable on <
https://components.espressif.com/compon ... E/test_cmp>
我的理解是 YOUR_NAMESPACE 是可以自定义的,比如我填入 --namespace xxx 那么我就可以在
https://components.espressif.com/compon ... x/test_cmp 看到我上传的组件。
但是,文档中又写道:
Note:For now, creating custom namespace is not supported. Please contact us if you have such needs.
这个不支持自定义 namespace 怎么理解呢?
还有就是我在
https://components.espressif.com/ 中通过 github 注册账号,账户的 profile 显示
Namespace roles
NAMESPACE ROLE
iloveyou-github owner
其中 iloveyo-github 是我 github 的名称
这里面的 namespace 与我上面的提到的 upload 的 --namespace 有什么关系呢?
或者说,我以这个账户申请的 token 上传我的 component ,是不是会默认放在 iloveyou-github 这个 namespace 下,而我却不能自定义,谢谢。
我的需求是希望可以用我们公司的名称(IoTeX)建立一个 namespace
2. Authentication with a Config File
在这个章节中提到了 windows 环境中
C:/Users/YOUR_USERNAME/.espressif
Values provided in default profile would be used by default.
而我并没有在我的 C:/Users/YOUR_USERNAME/.espressif 文件夹下看到一个 default 的 Config File ,请问这个配置文件的文件名和文件类型是什么?谢谢