SnijderC / dyplayer

Abstracton for DY-XXXX mp3 player modules over UART.
Other
110 stars 30 forks source link

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

Open grilli303 opened 13 hours ago

grilli303 commented 13 hours ago

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