ESPWebDAV
ESPWebDAV copied to clipboard
isClientWaiting not implemented?
I'm putting together yet another wifi sdcard because the existing ones don't seem to work well in my macbook. I managed to make it work but I am missing the ability to claim the sd card on-demand only and for that I want to use 'isClientWaiting'.
This function is declared in ESPWebDAV.h but not defined anywhere.
I assume there is a better way now and that function was just forgotten, what would that way be?
Thanks!
I guess just tcp.hasClient() ?