30 lines
2.1 KiB
Plaintext
30 lines
2.1 KiB
Plaintext
中文: (请全屏观看,以免换行导致的排版杂乱 !!!!!)
|
||
(请全屏观看,以免换行导致的排版杂乱 !!!!!)
|
||
(请全屏观看,以免换行导致的排版杂乱 !!!!!)
|
||
|
||
Arduino 在 Arduino IDE 软件下使用
|
||
example 存放示例(可直接编译)
|
||
libraries 存放库文件(此文件夹仅在 Arduino 环境下使用!)
|
||
|
||
ESP-IDF 在 VScode 软件下使用。 本文件夹下存放示例可直接编译,在VScode 选择工程时注意不是选择到 ESP-IDF,而是选择到 ESP-IDF 下的工程文件夹,正常以 产品名称-Test 为名)
|
||
|
||
Firmware 测试固件 (通过"flash_download_tool_3.9.5"烧录,烧录地址为0x00。记得勾选前面的方框)
|
||
|
||
|
||
注意:若首次编译通过,在后续测试过程中遇到编译失败的情况,请重新解压本文件夹,再使用新文件执行编译
|
||
|
||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||
English: (Please watch in full screen to avoid typeset clutter caused by line breaks !!!!!)
|
||
(Please watch in full screen to avoid typeset clutter caused by line breaks !!!!!)
|
||
(Please watch in full screen to avoid typeset clutter caused by line breaks !!!!!)
|
||
|
||
Arduino Use under Arduino IDE software
|
||
example Store examples (Direct compilable)
|
||
libraries Store library files (This folder is only used in Arduino environment!)
|
||
|
||
ESP-IDF Used under VScode software. The samples stored in this folder can be compiled directly. When VScode selects the project, it is noted that it is not selected to ESP-IDF, but to the project folder under ESP-IDF. Normally, the name is product-Test.)
|
||
|
||
Firmware Test firmware (burn at "flash_download_tool_3.9.5" at 0x00. Remember to check the previous box)
|
||
|
||
|
||
Note: If the compilation succeeds the first time and the compilation fails during subsequent tests, decompress the folder again and compile the new file |