pikapython/bsp/esp32/README.md
ErzongXie fadd1aebb3 !236 update bsp/esp32/README.md.
* update bsp/esp32/README.md.
2023-06-23 15:12:38 +00:00

175 B

SDK

esp-idf 5.0

Compile

  • on windows
    idf.py set-target <esp32c3/esp32s3>
    make.bat
    
  • tips
    • use ESP's USB port to flash code, not the COM port.