From a33f699dc79a278249a2606196dbe424438a8b5f Mon Sep 17 00:00:00 2001 From: philippe44 Date: Fri, 26 Dec 2025 21:53:43 +0100 Subject: [PATCH] fix messages --- components/spotify/Shim.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/spotify/Shim.cpp b/components/spotify/Shim.cpp index abcc41de..50b4f5f6 100644 --- a/components/spotify/Shim.cpp +++ b/components/spotify/Shim.cpp @@ -37,7 +37,7 @@ #if __has_include("client_info.h") #include "client_info.h" #else -#warning "missing Spotify's CLIENT_ID and/or CLIENT_SECRET (set env varibles or in client_info.h" +#warning "missing Spotify's CLIENT_ID and/or CLIENT_SECRET (set SPOTIFY_SECRET env variable or set it in client_info.h)" #define CLIENT_ID "" #define CLIENT_SECRET "" #endif @@ -133,7 +133,7 @@ size_t cspotPlayer::pcmWrite(uint8_t *pcm, size_t bytes, std::string_view trackI } return dataHandler(pcm, bytes); -} +} extern "C" { static esp_err_t handleGET(httpd_req_t *request) {