$ . export.sh
$ cp -a examples/get-started/hello_world .
$ cd hello_world
$ idf.py set-target esp32s3
$ idf.py menuconfig
$ idf.py build
$ idf.py -p /dev/ttyUSB0 flash
$ . export.sh
$ cp -a examples/get-started/hello_world .
$ cd hello_world
$ idf.py set-target esp32s3
$ idf.py menuconfig
$ idf.py build
$ idf.py -p /dev/ttyUSB0 flash
Leave a Reply