From eb6e229d36bcff03143995a6e3ba66e3177b4a14 Mon Sep 17 00:00:00 2001 From: wpa-2 <9049886+wpa-2@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:57:04 +0000 Subject: [PATCH] Update defaults.toml added some bluetooth information Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com> --- pwnagotchi/defaults.toml | 42 ++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index ddfcc9e0..27c24736 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -24,27 +24,31 @@ main.plugins.auto-update.interval = 1 main.plugins.bt-tether.enabled = false -main.plugins.bt-tether.devices.android-phone.enabled = false +# Configuration for Android Phone +main.plugins.bt-tether.enabled = false +main.plugins.bt-tether.devices.android-phone.enabled = false main.plugins.bt-tether.devices.android-phone.search_order = 1 -main.plugins.bt-tether.devices.android-phone.mac = "" -main.plugins.bt-tether.devices.android-phone.ip = "192.168.44.44" -main.plugins.bt-tether.devices.android-phone.netmask = 24 -main.plugins.bt-tether.devices.android-phone.interval = 1 -main.plugins.bt-tether.devices.android-phone.scantime = 10 -main.plugins.bt-tether.devices.android-phone.max_tries = 10 -main.plugins.bt-tether.devices.android-phone.share_internet = false -main.plugins.bt-tether.devices.android-phone.priority = 1 +main.plugins.bt-tether.devices.android-phone.mac = "" # Bluetooth MAC address of the Android phone +main.plugins.bt-tether.devices.android-phone.ip = "192.168.44.44" # Static IP of the Pwnagotchi +main.plugins.bt-tether.devices.android-phone.netmask = 24 # Netmask of the PAN +main.plugins.bt-tether.devices.android-phone.interval = 1 # Search interval in minutes +main.plugins.bt-tether.devices.android-phone.scantime = 10 # Duration of each search in seconds +main.plugins.bt-tether.devices.android-phone.max_tries = 10 # Maximum attempts to find the phone +main.plugins.bt-tether.devices.android-phone.share_internet = false # Enable internet sharing via Bluetooth +main.plugins.bt-tether.devices.android-phone.priority = 1 # Priority level for tethering + +# Configuration for iOS Phone +main.plugins.bt-tether.devices.ios-phone.enabled = false +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 = 1 # Priority level for tethering (edited) -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.mac = "" -main.plugins.bt-tether.devices.ios-phone.ip = "172.20.10.6" -main.plugins.bt-tether.devices.ios-phone.netmask = 24 -main.plugins.bt-tether.devices.ios-phone.interval = 5 -main.plugins.bt-tether.devices.ios-phone.scantime = 20 -main.plugins.bt-tether.devices.ios-phone.max_tries = 0 -main.plugins.bt-tether.devices.ios-phone.share_internet = false -main.plugins.bt-tether.devices.ios-phone.priority = 999 main.plugins.fix_services.enabled = true