Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
export IDF_PATH=~/esp32/esp-idf

Configure

We will configure using the hello_world example


cd ~/esp32
cp -r $IDF_PATH/examples/get-started/hello_world .
cd ~/esp32/hello_world
make menuconfig


If previous steps have been done correctly, the following menu will be displayed:

Image Added



Reference


...