This commit is contained in:
jomjol
2021-06-17 20:10:30 +02:00
parent 21a59fbd35
commit 48067b10cd
9 changed files with 28 additions and 11 deletions

View File

@@ -135,7 +135,7 @@ void LoadWlanFromFile(std::string fn, char *&_ssid, char *&_password, char *&_ho
fclose(pFile);
// Check if Hostname was empty in .ini if yes set to std_hostname
if(hostname.length() >= 0){
if(hostname.length() == 0){
hostname = std_hostname;
}