Skip to content

Commit da71127

Browse files
author
Stefan Kremser
committed
LED debug info bugfix
1 parent 1a8cb23 commit da71127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266_deauther/Settings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void Settings::info(){
103103
Serial.println("attack packet rate: "+(String)attackPacketRate);
104104
Serial.println("client scan time: "+(String)clientScanTime);
105105
Serial.println("attack SSID encrypted: "+(String)attackEncrypted);
106-
Serial.println("use built-in LED: "+(String)attackEncrypted);
106+
Serial.println("use built-in LED: "+(String)useLed);
107107
}
108108

109109
String Settings::get(){

0 commit comments

Comments
 (0)