mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-21 06:43:16 -08:00
Merge pull request #1200 from GlOwl/patch-1
fixed printing/removing order
This commit is contained in:
@@ -254,9 +254,10 @@ void Stations::deselect(int num) {
|
|||||||
void Stations::remove(int num) {
|
void Stations::remove(int num) {
|
||||||
if (!check(num)) return;
|
if (!check(num)) return;
|
||||||
|
|
||||||
internal_remove(num);
|
|
||||||
prnt(ST_REMOVED_STATION);
|
prnt(ST_REMOVED_STATION);
|
||||||
prntln(num);
|
prntln(num);
|
||||||
|
|
||||||
|
internal_remove(num);
|
||||||
changed = true;
|
changed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user