mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-11 17:59:10 +08:00
Update to follow esp core latest changes
This commit is contained in:
parent
045c2ec807
commit
9d49909f25
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user