mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-20 22:34:23 -08:00
Merge branch 'master' into v2.2
This commit is contained in:
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: spacehuhn
|
||||
patreon: spacehuhn
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: spacehuhn
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom: ['paypal.me/spacechicken','tindie.com/stores/Spacehuhn/']
|
||||
@@ -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