#561 Add escapes to strings

This commit is contained in:
Jm Casler
2020-12-12 21:35:21 -08:00
parent 17297db2b1
commit 5249608dce
2 changed files with 8 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ bool isWifiAvailable()
// strcpy(radioConfig.preferences.wifi_ssid, "");
// strcpy(radioConfig.preferences.wifi_password, "");
strcpy(radioConfig.preferences.wifi_ssid, "meshtastic");
strcpy(radioConfig.preferences.wifi_password, "meshtastic!");
// strcpy(radioConfig.preferences.wifi_ssid, "meshtastic");
// strcpy(radioConfig.preferences.wifi_password, "meshtastic!");
if (*wifiName && *wifiPsw) {
return 1;