Created
September 23, 2023 00:26
-
-
Save 00xNetrunner/35206e5eef4c8f330aa053ceae3a65af to your computer and use it in GitHub Desktop.
config.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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