Skip to content

Commit

Permalink
detect wireless settings
Browse files Browse the repository at this point in the history
  • Loading branch information
silverchris committed Nov 7, 2020
1 parent d5e01ac commit a85a7c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mazda/wireless/wireless.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ std::string hostapd_config(std::string key) {
{
int equalPosition = line.find("=");
std::string value = line.substr(equalPosition + 1).c_str();
value.replace("\"", "");
return value.c_str();
}
}
Expand Down

0 comments on commit a85a7c8

Please sign in to comment.