1| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 |
2| ----------------- | ----- | -------- | -------- |
3
4# Building
5Example building for ESP32:
6```
7idf.py set-target esp32
8cp sdkconfig.defaults sdkconfig
9idf.py build
10```
11
12# Running
13All the setup needs to be done as described in the [test apps README](../../README.md).
14