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

fatal error: esp_https_server.h: No such file or directory #83

Open
cyclops1982 opened this issue Apr 18, 2024 · 1 comment
Open

fatal error: esp_https_server.h: No such file or directory #83

cyclops1982 opened this issue Apr 18, 2024 · 1 comment

Comments

@cyclops1982
Copy link

cyclops1982 commented Apr 18, 2024

Hi,

Looking for a replacement of ESPAsyncWebServer and found his project. Looks great.

However, i get this:

.pio/libdeps/rak11200-remote/PsychicHttp/src/PsychicHttpsServer.h:6:10: fatal error: esp_https_server.h: No such file or directory

My platformio config:

[env:rak11200]
platform = espressif32
board = wiscore_rak11200
framework = arduino
monitor_speed = 115200
board_build.filesystem = littlefs
lib_deps = 
	https://github.com/hoeken/PsychicHttp
	bblanchon/ArduinoJson@^7.0.4

[env:rak11200-remote]
platform = espressif32
board = wiscore_rak11200
framework = arduino
monitor_speed = 115200
board_build.filesystem = littlefs
lib_deps = 
	https://github.com/hoeken/PsychicHttp
	bblanchon/ArduinoJson@^7.0.4
upload_protocol = espota
upload_port = 192.168.2.82

with the hoeken/PsychicHttp i get the same.

My project/code can be found here: https://github.com/cyclops1982/PutMeter/tree/PsychicHttp/RAKMeter

@T94T
Copy link

T94T commented Apr 30, 2024

see #32 (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

2 participants