mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 23:20:00 +01:00
NameList bugfig
This commit is contained in:
@@ -66,6 +66,7 @@ String NameList::getName(int num){
|
|||||||
for(int h=0;h<nameLength;h++){
|
for(int h=0;h<nameLength;h++){
|
||||||
if(names[num][h] != 0x00) returnStr += (char)names[num][h];
|
if(names[num][h] != 0x00) returnStr += (char)names[num][h];
|
||||||
}
|
}
|
||||||
|
returnStr.trim();
|
||||||
return returnStr;
|
return returnStr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user