The location of the miniz.h header file appears to have changed.
So now the correct include looks like this:
#include <miniz.h>
Workaround (for users experiencing the issue):
If you encounter a build error related to miniz.h after installing this project,
please change the include line in ESPWebDAV.cpp to the format shown above.
Other than this include path adjustment, the project code remains functional in 2025
Cheers!
The location of the miniz.h header file appears to have changed.
So now the correct include looks like this:
#include <miniz.h>
Workaround (for users experiencing the issue):
If you encounter a build error related to miniz.h after installing this project,
please change the include line in ESPWebDAV.cpp to the format shown above.
Other than this include path adjustment, the project code remains functional in 2025
Cheers!