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 694ac9b commit 899502c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/getSearchResults/getSearchResults.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 899502c

Please sign in to comment.