Continuing to convert OOP code to simpler function code where practical, and refactoring web.cpp. These routines are good candidates because they're consuming a lot of CPU in the way monitorWebServer is dispatched from loop(). see issue 174 for background info.
Continuing to convert OOP code to simpler function code where practical, and refactoring web.cpp. These routines are good candidates because they're consuming a lot of CPU in the way monitorWebServer is dispatched from loop(). see issue 174 for background info.