Skip to content

Commit 27b4131

Browse files
authored
Fix library name
1 parent 13a5dd6 commit 27b4131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/I2S-Audio_ESP32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
build_flags = ${env:tasmota32_base.build_flags}
99
-DUSE_I2S_ALL
1010
```
11-
Also requires `lib_extra_dirs = lib/lib_audio` added to the build environment
11+
Also requires `lib_extra_dirs = lib/libesp32_audio` added to the build environment
1212

1313
You can create smaller firmware versions with selective use of the build flags:
1414
```

0 commit comments

Comments
 (0)