-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello!
I have used this library build my original wifi radio project and im still happy with the result. Few weeks ago after some time, i have tryed remake my project for a friend.
However i cant find same type board what i have used the ESP32-DEVKITC-32D, just a new one ESP32-DEVKITC-32E and i tryed with the older version/new version library and but i have noticed, the board unable to handle higher quality stream than 128 kbps, and lookslike board have trouble using the inbuild buffer function (or thats have limitation).
Question: there is a recommended esp32 board for the library: example board need have xy size memory/flash or PSRAM, there is any way check the buffer works/wont works? and why can have around same type board with higher quality streams trouble?
Maybe library have trouble with the used other librarys:
#include "Arduino.h"
#include <SPI.h>
#include <Adafruit_SSD1306.h>
#include <WiFiManager.h>
#include <VS1053.h>
#include <ESP32_VS1053_Stream.h>
#include <Effortless_SPIFFS.h>
Now i have disassembled the current wifi radio, but if we need running few tests, i will rebuild, to check whats going on - because i want know why not wqorking well :)