Update login_with_refresh_token.ino

This commit is contained in:
Chaerne
2024-03-10 17:22:37 +01:00
committed by GitHub
parent 99fed2be16
commit 5955c39700

View File

@@ -11,7 +11,7 @@
// Include the required libraries
#include <Arduino.h>
#include <WiFi.h>
#include "SpotifyESP32.h"
#include <SpotifyESP32.h>
const char* SSID = "YOUR WIFI SSID";
const char* PASSWORD = "YOUR WIFI PASSWORD";
const char* CLIENT_ID = "YOUR CLIENT ID FROM THE SPOTIFY DASHBOARD";