Set default channel to 9

NEIN
This commit is contained in:
Stefan Kremser 2018-10-12 21:08:07 +02:00
parent 763bff53d4
commit 30893f21b7
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ void Settings::reset() {
// AP
setSSID("pwned");
setPassword("deauther");
setChannel(1);
setChannel(9);
setHidden(false);
setCaptivePortal(true);

View File

@ -119,7 +119,7 @@ class Settings {
uint16_t chTime = 384;
uint16_t minDeauths = 3;
uint8_t forcePackets = 1;
uint8_t channel = 1;
uint8_t channel = 9;
uint8_t deauthReason = 1;
uint8_t* macSt;
uint8_t* macAP;