Skip to content

Commit 8eb3811

Browse files
committed
change BSSID format, otherwise Realme X2 (Android 11) does not work
See #9
1 parent fdbbd93 commit 8eb3811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_wifi.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ()
162162
<WifiConfiguration>
163163
<string name="ConfigKey">$ConfigKey</string>
164164
<string name="SSID">$SSID</string>
165-
<null name="BSSID" />
165+
<string name="BSSID">any</string>
166166
$PSK_LINE
167167
$WEP_LINE
168168
<int name="WEPTxKeyIndex" value="0" />

0 commit comments

Comments
 (0)