Open danielholm opened 5 months ago
Please try adding CONFIG_ESP32_S3_BOX_BOARD: "y" to your sdkconfig_options even though it is not the correct board. Unfortunately the ADF-SDK requires a board to be set in order to compile, even though the board specific code is not used by ADF-Pipeline.
Lovely! Thank you very much for the help, as well for the quick reply. It does get a bit further, however I am now stuck at the following:
Compiling .pioenvs/esp32-mini1/components/audio_board/esp32_s3_box/board.o
In file included from components/audio_board/esp32_s3_box/board.h:29,
from components/audio_board/esp32_s3_box/board.c:26:
components/audio_board/esp32_s3_box/board.c: In function 'audio_board_lcd_init':
components/audio_board/esp32_s3_box/board_def.h:33:37: error: 'GPIO_NUM_48' undeclared (first use in this function); did you mean 'GPIO_NUM_46'?
#define LCD_RST_GPIO GPIO_NUM_48
^~~~~~~~~~~
components/audio_board/esp32_s3_box/board.c:113:27: note: in expansion of macro 'LCD_RST_GPIO'
.reset_gpio_num = LCD_RST_GPIO,
^~~~~~~~~~~~
components/audio_board/esp32_s3_box/board_def.h:33:37: note: each undeclared identifier is reported only once for each function it appears in
#define LCD_RST_GPIO GPIO_NUM_48
^~~~~~~~~~~
components/audio_board/esp32_s3_box/board.c:113:27: note: in expansion of macro 'LCD_RST_GPIO'
.reset_gpio_num = LCD_RST_GPIO,
^~~~~~~~~~~~
*** [.pioenvs/esp32-mini1/components/audio_board/esp32_s3_box/board.o] Error 1
========================= [FAILED] Took 66.41 seconds =========================
Hi, Thanks for the code. I wanted to try it on a small ESP32-S2-Mini (since I get buffer bloat error for the speaker while running ESPHome with esp-idf and I want the media_player as well).
I get the following error while compiling. I guess I need to set some kind of other board, since mine doest have any more LED:s than one blue. Or I might be mistakenly reading the error outuput.
This is my config: