diff --git a/examples/Login with refresh token/login_with_refresh_token.ino b/examples/Login with refresh token/login_with_refresh_token.ino index ad18497..65baef9 100644 --- a/examples/Login with refresh token/login_with_refresh_token.ino +++ b/examples/Login with refresh token/login_with_refresh_token.ino @@ -11,7 +11,7 @@ // Include the required libraries #include #include -#include "SpotifyESP32.h" +#include const char* SSID = "YOUR WIFI SSID"; const char* PASSWORD = "YOUR WIFI PASSWORD"; const char* CLIENT_ID = "YOUR CLIENT ID FROM THE SPOTIFY DASHBOARD";