PsychicHttp icon indicating copy to clipboard operation
PsychicHttp copied to clipboard

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

Open cyclops1982 opened this issue 10 months ago • 1 comments

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

cyclops1982 avatar Apr 18 '24 19:04 cyclops1982

see https://github.com/hoeken/PsychicHttp/issues/32#issuecomment-2084380361

T94T avatar Apr 30 '24 04:04 T94T