Skip to content
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

report error #7

Open
michelinostreet opened this issue Nov 29, 2024 · 0 comments
Open

report error #7

michelinostreet opened this issue Nov 29, 2024 · 0 comments

Comments

@michelinostreet
Copy link

  1.        esp32_audio_task.h gives the following error line during compilation: 
    

line 35 i2s_config.mclk_multiple = I2S_MCLK_MULTIPLE_DEFAULT;
Error: I2S_MCLK_MULTIPLE_DEFAULT' was not declared in this scope; did you mean 'I2S_MCLK_MULTIPLE_512'?
I've used I2S_MCLK_MULTIPLE_256 and compilation works

  1.       after code upload 
    

Error: task_wdt: esp_task_wdt_reset(763): task not found
I've found online solution, but where inserting this code?
TaskHandle_t task_adc_handle;
xTaskCreate(task_adc, "adc_service", 4096, NULL, 2, &task_adc_handle);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant