mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-20 22:34:23 -08:00
fixed printing/removing order
This commit is contained in:
@@ -254,9 +254,10 @@ void Stations::deselect(int num) {
|
||||
void Stations::remove(int num) {
|
||||
if (!check(num)) return;
|
||||
|
||||
internal_remove(num);
|
||||
prnt(ST_REMOVED_STATION);
|
||||
prntln(num);
|
||||
|
||||
internal_remove(num);
|
||||
changed = true;
|
||||
}
|
||||
|
||||
@@ -364,4 +365,4 @@ void Stations::internal_removeAll() {
|
||||
free(getTime(i));
|
||||
}
|
||||
list->clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user