git clone https://github.com/NoOrientationProgramming/esp32-hello-world.git
cd esp32-hello-world/
git submodule update --init --recursive
On Windows
set ESP_WIFI_SSID=MySSID
set ESP_WIFI_PASSWORD=MyPassword
On Linux
export ESP_WIFI_SSID=MySSID
export ESP_WIFI_PASSWORD=MyPassword
Must be installed already, see ESP-IDF Setup
. ../esp-idf/export.sh
idf.py build
idf.py flash
For windows: Use putty as telnet client
telnet <ip> 3000
telnet <ip> 3001
telnet <ip> 3002