编辑
2024-12-12
ESP32
00
请注意,本文编写于 41 天前,最后修改于 41 天前,其中某些信息可能已经过时。
  1. idf.py create-project test
  2. cd test
  3. 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.
    解决办法:
    1. unset IDF_TARGET
    2. idf.py set-target esp32s3
  4. idf.py build

本文作者:vLai

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!