Skip to content

Commit

Permalink
Update getSearchResults.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow authored Mar 31, 2023
1 parent 46e88eb commit 694ac9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/getSearchResults/getSearchResults.ino
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ 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;
}

bool getResultsCallback(SearchResult result, int index, int numResults)
Expand Down

0 comments on commit 694ac9b

Please sign in to comment.