dyplayer icon indicating copy to clipboard operation
dyplayer copied to clipboard

UART BUFFER SIZE error when try to compile for esp with arduino IDE

Open grilli303 opened this issue 1 year ago • 1 comments

hi, I would like to use the code with an esp8266 and the Arduino ide. I tried to include the instructions from issue ESP32 Support #59. I get the following error when compiling: 146 | #error "Size of UART_RX_BUFFER_SIZE + UART_TX_BUFFER_SIZE larger than size of SRAM" What can be the problem ? Kind regards, daniel

grilli303 avatar Oct 18 '24 21:10 grilli303

I found out that the problem was caused by my code library not importing correctly. Now it works. Thanks for this software to the developer.

grilli303 avatar Oct 20 '24 08:10 grilli303