README: add info on setting the target hardware

This commit is contained in:
Johnny 2023-05-07 10:35:12 -04:00 committed by johnny9
parent 0c2c40bf31
commit cfcb51cbf5

View File

@ -10,6 +10,13 @@ This example can be run on any commonly available ESP32 development board.
## Configure the project
Set the target
```
idf.py set-target esp32s3
```
Use menuconfig to set the stratum server address/port and WiFi SSID/Password
```
idf.py menuconfig
```