WiFi to Wi-Fi in docs and messages.

This commit is contained in:
Robin Davies
2024-09-12 19:19:50 -04:00
parent f34ca1f0da
commit f34da1f494
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ uint32_t pipedal::ChannelToWifiFrequency(uint32_t channel)
{
return 5500 + (channel - 100) / 5;
}
throw invalid_argument(SS("Invalid WiFi channel: " << channel));
throw invalid_argument(SS("Invalid Wi-Fi channel: " << channel));
}
bool WifiConfigSettings::ValidateChannel(const std::string &countryCode, const std::string &value)