File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ lib_compat_mode = strict
25
25
lib_ldf_mode = chain
26
26
lib_deps =
27
27
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
31
31
extra_scripts =
32
32
pre:pio-tools/flags.py
33
33
@@ -38,11 +38,13 @@ board = esp32dev
38
38
board = esp32-s3-devkitc-1
39
39
40
40
[env:esp32-s2]
41
- board = esp32-s2-devkitc -1
41
+ board = esp32-s2-kaluga -1
42
42
43
43
[env:esp32-c3]
44
44
board = esp32-c3-devkitm-1
45
45
46
46
[env:esp32-c6]
47
47
board = esp32-c6-devkitm-1
48
48
49
+ [env:esp32-p4]
50
+ board = esp32-p4-evboard
You can’t perform that action at this time.
0 commit comments