Function webServerFSTestAndHandle(void)

Function Documentation

bool webServerFSTestAndHandle(void)

Check if someone (usually through a web browser) requested some page and responds to it. Example on how to use this function is in FSScreen.cpp

Note for developers: this function should be added to LVGL event/task loop.

Returns

true if the web server is on (can be used to avoid going to deep sleep).