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
I have added the WiFimanager ( tried both the master and ESP32 branch ) ,the ESP8266Audio, and both the VS1053b libraries. I have also used the example configuration file.
I am not able to get this to compile for an ESP32.
On compiling I get this error:
void write_register(uint8_t _reg, uint16_t _value) const;
SqueezeESP32:109: error: within this context
viplayer.write_register(addr, val);
Am I missing something here?
The text was updated successfully, but these errors were encountered:
I have added the WiFimanager ( tried both the master and ESP32 branch ) ,the ESP8266Audio, and both the VS1053b libraries. I have also used the example configuration file.
I am not able to get this to compile for an ESP32.
On compiling I get this error:
void write_register(uint8_t _reg, uint16_t _value) const;
SqueezeESP32:109: error: within this context
viplayer.write_register(addr, val);
Am I missing something here?
The text was updated successfully, but these errors were encountered: