You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***If you are using a different Linux distribution, search for the right commands [here](https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/get-started/linux-macos-setup.html#for-linux-users).***
cd /esp-thread-br/examples/basic_thread_border_router/
158
+
```
159
+
- For the `sdkconfig` file to be generated, and we can later modify it with our Nano ESP32 custom settings, set the device target from the command line:
160
+
161
+
```dash
162
+
idf.py set-target esp32s3
163
+
```
164
+
165
+
Using a **code editor**, open the `sdkconfig` file located in `esp-thread-br/examples/basic_thread_border_router/sdkconfig` and do the following modifications:
166
+
167
+
- Update the Wi-Fi credentials with your network `SSID` and `Password`:
0 commit comments