You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rm sdkconfig
make clean
make menuconfig
make
CC build/audio_renderer/audio_renderer.o
/home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c: In function 'render_samples':
/home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c:90:13: error: implicit declaration of function 'i2s_write_bytes' [-Werror=implicit-function-declaration]
i2s_write_bytes(renderer_instance->i2s_num, buf, len,
^
/home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c:142:32: error: implicit declaration of function 'i2s_push_sample' [-Werror=implicit-function-declaration]
bytes_pushed = i2s_push_sample(renderer_instance->i2s_num,
^
/home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c: At top level:
cc1: warning: unrecognized command line option '-Wno-frame-address'
The text was updated successfully, but these errors were encountered:
My environment:
My operation:
The text was updated successfully, but these errors were encountered: