Skip to content

Commit 0f0f6a5

Browse files
authored
Update platformio.ini
1 parent 739a81b commit 0f0f6a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

platformio.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ lib_compat_mode = strict
2525
lib_ldf_mode = chain
2626
lib_deps =
2727
https://github.com/pschatzmann/arduino-audio-driver
28-
https://github.com/pschatzmann/arduino-audio-tools.git
29-
https://github.com/pschatzmann/arduino-libflac.git
30-
https://github.com/pschatzmann/arduino-libopus.git
28+
https://github.com/pschatzmann/arduino-audio-tools
29+
https://github.com/pschatzmann/arduino-libflac
30+
https://github.com/pschatzmann/arduino-libopus
3131
extra_scripts =
3232
pre:pio-tools/flags.py
3333

@@ -38,11 +38,13 @@ board = esp32dev
3838
board = esp32-s3-devkitc-1
3939

4040
[env:esp32-s2]
41-
board = esp32-s2-devkitc-1
41+
board = esp32-s2-kaluga-1
4242

4343
[env:esp32-c3]
4444
board = esp32-c3-devkitm-1
4545

4646
[env:esp32-c6]
4747
board = esp32-c6-devkitm-1
4848

49+
[env:esp32-p4]
50+
board = esp32-p4-evboard

0 commit comments

Comments
 (0)