Skip to content

Commit 2e5656c

Browse files
author
Stefan Kremser
committed
NameList bugfig
1 parent 00ec81a commit 2e5656c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

esp8266_deauther/NameList.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ String NameList::getName(int num){
6666
for(int h=0;h<nameLength;h++){
6767
if(names[num][h] != 0x00) returnStr += (char)names[num][h];
6868
}
69+
returnStr.trim();
6970
return returnStr;
7071
}
7172

0 commit comments

Comments
 (0)