-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help me ,error: 'm_i2s_chan_cfg' was not declared in this scope #952
Comments
I2S_ROLE_MASTER is defined in i2s_types.h. |
Thank you dear. Thank you for your work, it works very well. I will give you some surprises. |
You could use one of these versions in platformio.ini:
|
thank you It seems I need to study for a while. |
I am having the same issue as @genicsoft. Not just with the I2S_ROLE_MASTER but also with 'm_i2s_chan_cfg' was not declared in this scope. The latest version of Arduino I can see is V2.3.4. I cannot see V3.1.0. Kindly is there a way to solve the issue without updating Arduino |
schreibfaul1 give us good method but is arduino3.0+ do you need 3.0.13x ? email me ,i send you. |
@genicsoft kindly send me version 3.0.13x. My email is [email protected]. also if you have the a link or executable file of arduino ide v3.0 kindly also send |
;platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip ;Arduino core 3.1.0 / IDF 5.3.1 After using this platform, the chip keeps restarting after downloading the program. Upon checking the command line printing information, it was found that the wdt of core1 caused the cycle restart. However, I don't know how to turn off this watchdog. My chip is ESP32S3N16R8 development platform: platformIO |
[email protected] works perfectly on ESP32 n16r8 |
Here is an example for Platformio: If you only want to use Arduinio you can change this line |
I am using esp32
The development platform is platformio
At this time, I cannot use the latest version 3.1.0 of ESP32-audioI2S
It prompts the following error,
/ESP32-audioI2S/src/Audio.cpp:177:5: error: 'm_i2s_chan_cfg' was not declared in this scope
/ESP32-audioI2S/src/Audio.cpp:178:36: error: 'I2S_ROLE_MASTER' was not declared in this scope
/ESP32-audioI2S/src/Audio.cpp:182:39: error: 'm_i2s_tx_handle' was not declared in this scope
Many, many similar errors.
I used the old 3.0.13x and it was fine.
please help me
thank you
The text was updated successfully, but these errors were encountered: