Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wpa-2 committed Feb 28, 2024
1 parent e161c09 commit 9fcab93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/common-issues/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ main.plugins.bt-tether.devices.android-phone.priority = 1 # Priority level for
```
# Configuration for iOS Phone
main.plugins.bt-tether.devices.ios-phone.enabled = false
main.plugins.bt-tether.devices.ios-phone.search_order = 2
main.plugins.bt-tether.devices.ios-phone.search_order = 1
main.plugins.bt-tether.devices.ios-phone.mac = "" # Bluetooth MAC address of the iOS phone
main.plugins.bt-tether.devices.ios-phone.ip = "" # Static IP of the Pwnagotchi when tethered to iOS
main.plugins.bt-tether.devices.ios-phone.netmask = 24 # Netmask of the PAN
main.plugins.bt-tether.devices.ios-phone.interval = 1 # Search interval in minutes
main.plugins.bt-tether.devices.ios-phone.scantime = 10 # Duration of each search in seconds
main.plugins.bt-tether.devices.ios-phone.max_tries = 10 # Maximum attempts to find the phone
main.plugins.bt-tether.devices.ios-phone.share_internet = false # Enable internet sharing via Bluetooth
main.plugins.bt-tether.devices.ios-phone.priority = 2 # Priority level for tethering
main.plugins.bt-tether.devices.ios-phone.priority = 1 # Priority level for tethering
```


Expand Down

0 comments on commit 9fcab93

Please sign in to comment.