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

Is this library still maintained? #160

Open
nicklasb opened this issue Sep 4, 2022 · 6 comments
Open

Is this library still maintained? #160

nicklasb opened this issue Sep 4, 2022 · 6 comments

Comments

@nicklasb
Copy link

nicklasb commented Sep 4, 2022

Hi everybody,

I will try and use this library, but looking around it seems slightly abandoned.
Has people moved on to other libraries or am I mistaken?

Kind regards, Nicklas

@MYBLtd
Copy link

MYBLtd commented Oct 13, 2022

Don't know, but I tried today and had some problems:

  • in HTTPConnection.hpp had to change #include <hwcrypto/sha.h> to #include <esp32/sha.h>
  • now I have this error: Arduino/libraries/ESP32_HTTPS_Server/src/WebsocketHandler.cpp:20:5: error: 'TAG' was not declared in this scope

@squonk11
Copy link
Contributor

For the error in WebsocketHandler.cpp you need to include another header. Currently I don't know which one because I don't have access to my PC. But this question has already been anwered some time ago.

@squonk11
Copy link
Contributor

Look here:
link

@nicklasb
Copy link
Author

Personally, partially due to the lack of activity, I went on to use the esp_http_server.h instead, worked OK.
This thread seems to have been diverted slightly, but on my part I can close this issue.

@MYBLtd
Copy link

MYBLtd commented Oct 13, 2022

I did some testing with debug level and including esp_log.h
Setting debug level back to warn resolves the TAG error.
Any more verbose will generate the error.
Including esp_log.h makes no difference.

@WayneKeenan
Copy link

A monkeypatch fix for the logging error is in my #156 comment

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

4 participants