Update to follow esp core latest changes

This commit is contained in:
luc lebosse 2017-02-20 17:18:48 +01:00
parent 045c2ec807
commit 9d49909f25

View File

@ -869,7 +869,9 @@ void handle_web_interface_home()
//increment counter //increment counter
client_counter++; client_counter++;
//go next record //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(); wifi_softap_free_station_info();
//Connected clients //Connected clients