From 5955c39700515ae243c14485768da29b85c56fa2 Mon Sep 17 00:00:00 2001 From: Chaerne <99126886+FinianLandes@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:22:37 +0100 Subject: [PATCH] Update login_with_refresh_token.ino --- examples/Login with refresh token/login_with_refresh_token.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";