Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https server config was redundant. #33

Open
ehsanziyaee opened this issue Jun 12, 2024 · 0 comments
Open

https server config was redundant. #33

ehsanziyaee opened this issue Jun 12, 2024 · 0 comments

Comments

@ehsanziyaee
Copy link
Collaborator

we should build this project without esp_https_server component of idf in Cmake of spotifyInterface and change it to esp_http_server.
idf_component_register(SRCS "SpotifyAPICall.c" "JsonExtraction.c" "SpotifyInterface.c"
"SpotifyHttpLocalServer.c"
INCLUDE_DIRS "include"
REQUIRES mdns esp_wifi esp_event esp_eth protocol_examples_common
esp_http_server esp_http_client nvs_flash json
GlobalInit esp_psram heap)

and changed its name of header in SpotifyTypedef.h:
#include <esp_https_server.h --> #include <esp_http_server.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant