File tree Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Original file line number Diff line number Diff line change 9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
11
[env]
12
- platform = https://github.com/pioarduino/platform-espressif32/releases/download/54 .03.20-rc1 /platform-espressif32.zip
12
+ platform = https://github.com/pioarduino/platform-espressif32/releases/download/53 .03.13 /platform-espressif32.zip
13
13
framework = arduino
14
- build_unflags =
15
- -Wswitch-unreachable
16
- -Wstringop-overflow
17
- -Wincompatible-pointer-types
18
- -Wnonnull-compare
19
- -fexceptions
20
- -Wpointer-arith
14
+ ; build_unflags =
15
+ ; -Wswitch-unreachable
16
+ ; -Wstringop-overflow
17
+ ; -Wincompatible-pointer-types
18
+ ; -Wnonnull-compare
19
+ ; -fexceptions
20
+ ; -Wpointer-arith
21
21
monitor_speed = 115200
22
22
check_skip_packages = yes
23
23
upload_protocol = esptool
24
24
lib_compat_mode = strict
25
25
lib_ldf_mode = chain
26
- lib_deps =
27
- https://github.com/pschatzmann/arduino-audio-driver
28
- https://github.com/pschatzmann/arduino-audio-tools
29
- https://github.com/pschatzmann/arduino-libflac
30
- https://github.com/pschatzmann/arduino-libopus
31
- extra_scripts =
32
- pre:pio-tools/flags.py
26
+ ; lib_deps =
27
+ ; extra_scripts =
28
+ ; pre:pio-tools/flags.py
33
29
34
30
[env:esp32]
35
31
board = esp32dev
@@ -46,6 +42,5 @@ board = esp32-c3-devkitm-1
46
42
[env:esp32-c6]
47
43
board = esp32-c6-devkitm-1
48
44
49
- ; Audio tools are not P4 ready
50
- ; [env:esp32-p4]
51
- ; board = esp32-p4-evboard
45
+ [env:esp32-p4]
46
+ board = esp32-p4-evboard
You can’t perform that action at this time.
0 commit comments