diff --git a/esp3d/webinterface.cpp b/esp3d/webinterface.cpp index b8fc4c89..3e57aa49 100644 --- a/esp3d/webinterface.cpp +++ b/esp3d/webinterface.cpp @@ -869,7 +869,9 @@ void handle_web_interface_home() //increment counter client_counter++; //go next record - station = STAILQ_NEXT(station, next); + //removed due to queue.h removed + //station = STAILQ_NEXT(station, next); + station = station->next; } wifi_softap_free_station_info(); //Connected clients