From d337d905a35697f7c3e8de47a494b24847054a37 Mon Sep 17 00:00:00 2001 From: Noah Axon Date: Mon, 6 Nov 2023 19:12:19 -0600 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47af14e..92745e5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ NEMO is named after the small, clever and stubborn fish in Finding Nemo. This pr * [TV B-Gone](http://www.righto.com/2010/11/improved-arduino-tv-b-gone.html) port (thanks to MrArm's [HAKRWATCH](https://github.com/MrARM/hakrwatch)) to shut off many infrared-controlled TVs, projectors and other devices * [AppleJuice](https://github.com/ECTO-1A/AppleJuice) iOS Bluetooth device pairing spam * WiFi Spam - Funny SSIDs, WiFi Rickrolling, and a Random mode that creates hundreds of randomly-named SSIDs per minute +* WiFi SSID Scanner - Display 2.4 GHz SSIDs nearby and get information about them * User-adjustable 24 Hour digital clock backed by the M5 Stick RTC so it holds relatively stable time even in deep sleep and low battery mode * EEPROM-backed Settings for rotation, brightness and, automatic dimming * Battery level and credits in settings menu @@ -52,4 +53,4 @@ If you want to customize NEMO or contribute to the project, you should be famili * The code should compile cleanly and work on an M5StickC Plus out of the box from the master branch or a release tag. * If you are using an older M5StickC (non-plus) remove the "#define PLUS" line near the top of m5stick-nemo.ino which should configure everything for the older model. * If for some reason the screen jumps from very dim at level 0 to almost fully bright at level 1 and further brightness levels don't affect anything, set the pct_brightness variable to false. -* Compile and upload the project \ No newline at end of file +* Compile and upload the project