d-a-v / ESPWebDAV

macOS, linux, windows: Natively sharing files - port 80 is shared
Other
41 stars 9 forks source link

esp32: WebServer with HookFunction #10

Closed pipi61 closed 3 years ago

pipi61 commented 3 years ago

Hi! Testing Hooked_esp32.ino, but compile error:

Hooked_esp32:61:2: error: #error This sketch needs WebServer::HookFunction and WebServer::addHook

which library is used for webserver

Thank You

luc-github commented 3 years ago

the hook need a modified esp32 webserver and this part is not yet working https://github.com/d-a-v/ESPWebDAV/issues/5#issuecomment-763913288

The code I did for the moment : https://github.com/luc-github/arduino-esp32/commit/b5233795d7e61a2fc724397bb61db7065921bb41

pipi61 commented 3 years ago

Thanks