idf.py create-project test
cd test
idf.py set-target esp32s3
可能出现的错误:
解决办法:Adding "set-target"'s dependency "fullclean" to list of commands with default set of options. Executing action: fullclean Build directory '/home/vlai/ESP32/esp32-pro/test/build' not found. Nothing to clean. Executing action: set-target Set Target to: esp32s3, new sdkconfig will be created. Target 'esp32s3' specified on command line is not consistent with target 'esp32' in the environment.
unset IDF_TARGET
idf.py set-target esp32s3
idf.py build
本文作者:vLai
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!