From 885c0f57c12368220a5b90aa784857b5e73a5a2b Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 4 Jun 2024 11:26:27 -0400 Subject: [PATCH] Added documentation on wiping settings on boot --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d48fde8..b36d2ce 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,14 @@ If you are familiar with or use [Internet Relay Chat](https://en.wikipedia.org/w # Command & Control ###### Menu controls +On boot, if you press the `w` key, it will wipe all of the stored preferences. + The device will scan for WiFi networks on boot. Once the list is displayed, you can scroll up and down the list with the `u` key for UP and the `d` key for down. ###### IRC commands | Command | Description | | --------------- | --------------------------- | -| `/info` | Show hardware information | +| `/info` | Show hardware information | | `/me ` | Send an ACTION message | | `/nick ` | Change your NICK on IRC | | `/raw ` | Send RAW data to the server |