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

PsychicHttp.h: No such file or directory on PlatformIO #82

Open
mLamneck opened this issue Apr 7, 2024 · 2 comments
Open

PsychicHttp.h: No such file or directory on PlatformIO #82

mLamneck opened this issue Apr 7, 2024 · 2 comments

Comments

@mLamneck
Copy link

mLamneck commented Apr 7, 2024

Hi, I'm the author of this library and I consider using PsychicHttp as a replacement for the ESPAsyncWebServer dependency. However, when trying to compile the provided example with PlatformIO, I encounter a compile error:

PsychicHttp.h: No such file or directory

Looking at the created c_cpp_properties.json, there is not much added in the path array. Last line added is about the ArduinoJson library. So perhaps this library is causing the issue.

Anyway, I just noticed that PsychicHttp only supports ESP32? Do you have any plans to support ESP8266 as well?

What about licensing when using this library in my own. I'm undecided between GPL or LGPL but I guess both would be possible!?

@hoeken
Copy link
Owner

hoeken commented Apr 8, 2024 via email

@mLamneck
Copy link
Author

mLamneck commented Apr 8, 2024

I tried

lib_deps = hoeken/PsychicHttp@^1.0.0
lib_deps = hoeken/PsychicHttp@^1.0.1
lib_deps = hoeken/PsychicHttp

and

lib_deps = https://github.com/hoeken/PsychicHttp

as well as the provided example for PlatformIO from your repository.

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

2 participants