theAgingApprentice / HexaFloorRide

Arduino based six legged robot project
MIT License
0 stars 0 forks source link

convert aaWebService from OOP to functional code #175

Open nerdoug opened 1 year ago

nerdoug commented 1 year ago

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.