From cba45a5416a1da93d71ea6e69f5bf6d79a5d1f8c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 6 Jul 2021 19:33:08 -0700 Subject: [PATCH] fix default tethering password old-commit-hash: e773749f32065d65604a4213badce8f33eca8ceb --- selfdrive/ui/qt/offroad/wifiManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/wifiManager.h b/selfdrive/ui/qt/offroad/wifiManager.h index 4e52a726f9..1136de7e67 100644 --- a/selfdrive/ui/qt/offroad/wifiManager.h +++ b/selfdrive/ui/qt/offroad/wifiManager.h @@ -61,7 +61,7 @@ private: unsigned int raw_adapter_state; // Connection status https://developer.gnome.org/NetworkManager/1.26/nm-dbus-types.html#NMDeviceState QString connecting_to_network; QString tethering_ssid; - const QString defaultTetheringPassword = "swagswagcommma"; + const QString defaultTetheringPassword = "swagswagcomma"; bool firstScan = true; QString getAdapter();