Adding WifiClientHistory.

This commit is contained in:
stephb9959
2022-05-15 20:38:50 -07:00
parent 9fd53d3b6d
commit f69b9ef411

View File

@@ -120,7 +120,8 @@ namespace OpenWifi {
if(S.empty()) {
auto Start = SNs_.begin();
while(HowMany && Start!=SNs_.end()) {
A.push_back(*Start++);
A.push_back(*Start);
Start++;
HowMany--;
}
return;