mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2026-04-28 09:53:06 -07:00
Add bt-tether config settings
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@@ -38,12 +38,12 @@ token = "" # Create a personal access token (classic) with scope set to public_r
|
||||
|
||||
[main.plugins.bt-tether]
|
||||
enabled = false
|
||||
phone-name = "" # name as shown on the phone i.e. "Pwnagotchi's Phone"
|
||||
mac = ""
|
||||
phone = "" # android or ios
|
||||
ip = "" # optional, default : 192.168.44.2 if android or 172.20.10.2 if ios
|
||||
gateway = "" #optional, default : 192.168.44.1 if android or 172.20.10.2 if ios
|
||||
dns = "8.8.8.8 1.1.1.1" # optional, default (google): "8.8.8.8 1.1.1.1". Consider using anonymous DNS like OpenNic :-)
|
||||
auto_reconnect = true # Auto reconnect on disconnect (default: true)
|
||||
show_on_screen = true # Master switch: show status on display
|
||||
show_mini_status = true # Show mini status indicator (C/N/P/D)
|
||||
mini_status_position = [110, 0] # Position for mini status
|
||||
show_detailed_status = true # Show detailed status line with IP
|
||||
detailed_status_position = [0, 82] # Position for detailed status line
|
||||
|
||||
[main.plugins.fix_services]
|
||||
enabled = true
|
||||
@@ -51,12 +51,6 @@ enabled = true
|
||||
[main.plugins.cache]
|
||||
enabled = true
|
||||
|
||||
[main.plugins.gdrivesync]
|
||||
enabled = false
|
||||
backupfiles = [""]
|
||||
backup_folder = "PwnagotchiBackups"
|
||||
interval = 1
|
||||
|
||||
[main.plugins.gpio_buttons]
|
||||
enabled = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user