From 899502c193374daf054c8a36dc96ac2746d8d0fc Mon Sep 17 00:00:00 2001 From: Brian Lough Date: Fri, 31 Mar 2023 12:53:09 +0100 Subject: [PATCH] Update getSearchResults.ino --- examples/getSearchResults/getSearchResults.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/getSearchResults/getSearchResults.ino b/examples/getSearchResults/getSearchResults.ino index d097f28..cf436e4 100644 --- a/examples/getSearchResults/getSearchResults.ino +++ b/examples/getSearchResults/getSearchResults.ino @@ -122,8 +122,8 @@ void setup() Serial.println("Failed to get access tokens"); } - // If you get an out of memory error, you can increase the search buffer size, default is 3000 - // spotify.searchDetailsBufferSize = 3000; + // If you get an out of memory error, you can increase the search buffer size, default is 3000 + // spotify.searchDetailsBufferSize = 3000; } bool getResultsCallback(SearchResult result, int index, int numResults)