PsychicHttp
PsychicHttp copied to clipboard
fatal error: esp_https_server.h: No such file or directory
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
see https://github.com/hoeken/PsychicHttp/issues/32#issuecomment-2084380361