From 18e2d0785fb4232e825e30cc8baacbfde34083da Mon Sep 17 00:00:00 2001 From: Chaerne <99126886+FinianLandes@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:45:29 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80b336a..3889493 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,6 @@ To print the response you can use the ```print_response(response_obj)``` functio char* convert_id_to_uri(char* id, char* type, char* uri); ``` 9. You can also include the namespace: ```using namespace Spotify_types;```. These are some types used in the library eg. TYPES, SIZES of uris/ids
+### Working Devices +- ESP32 WROOM
+- Should also work on ESP2866 and other ESP32 models(Untested).