We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ec81a commit 2e5656cCopy full SHA for 2e5656c
esp8266_deauther/NameList.cpp
@@ -66,6 +66,7 @@ String NameList::getName(int num){
66
for(int h=0;h<nameLength;h++){
67
if(names[num][h] != 0x00) returnStr += (char)names[num][h];
68
}
69
+ returnStr.trim();
70
return returnStr;
71
72
0 commit comments