Update build instructions

This commit is contained in:
CarlosDerSeher
2024-07-17 20:21:32 +02:00
committed by GitHub
Unverified
parent 22120ec168
commit 16112f61d1

View File

@@ -123,7 +123,14 @@ git submodule update --init
<a name="config"></a>
### Snapcast ESP Configuration
Frist copy one of the template sdkconfig files and rename it to `sdkconfig` then configure your platform:
Frist copy one of the template sdkconfig files and rename it to sdkconfig
```
cp sdkconfig_Lyrat sdkconfig
```
then configure your platform:
```
idf.py menuconfig
```