Skip to content

Instantly share code, notes, and snippets.

@00xNetrunner
Created September 23, 2023 00:26
Show Gist options
  • Save 00xNetrunner/35206e5eef4c8f330aa053ceae3a65af to your computer and use it in GitHub Desktop.
Save 00xNetrunner/35206e5eef4c8f330aa053ceae3a65af to your computer and use it in GitHub Desktop.
config.toml
main.name = "pwnagotchi"
main.lang = "en"
main.whitelist = [
"EXAMPLE_NETWORK",
"ANOTHER_EXAMPLE_NETWORK",
"fo:od:ba:be:fo:od",
"fo:od:ba"
]
main.plugins.grid.enabled = true
main.plugins.grid.report = true
main.plugins.grid.exclude = [
"YourHomeNetworkHere"
]
ui.display.enabled = true
ui.display.type = "waveshare_3"
ui.display.color = "black"
ui.fps = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment