Update login_without_refresh_token.ino

This commit is contained in:
Chaerne
2024-03-10 17:23:02 +01:00
committed by GitHub
parent 5955c39700
commit 707e269a0e

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";