Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
n0xa committed Mar 31, 2024
1 parent 7d8d256 commit 70cf616
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Firmware for high-tech pranks on M5Stack ESP32 Devices
![M5-Nemo Matrix Logo](https://github.com/n0xa/m5stick-nemo/blob/main/NEMOMatrix.png)
Logo by @unagironin

# Note: @n0xa is mostly offline until March 23rd due to relocation for work
I am not ignoring issues and pull requests, but I won't have time to address any of them until late March 2024.

## Name and Background
NEMO started a personal project to help me learn more about ESP32 development with the Arduino IDE. I decided to replicate a few common, trending pranks that were getting a lot of attention in the tech community, as a challenge to myself, and to also better understand these attacks.
NEMO is named after the small, clever and stubborn fish in Finding Nemo. This project stands in contrast to another high-tech gadget that's associated with certain sea-dwelling creatures. I did want to prove that there are a lot of things you can do with a small development kit and some curiosity. I have no delusions of superseding the capabilities of any similar device with this project. It's just for fun, and my own education.
Expand Down
2 changes: 1 addition & 1 deletion m5stick-nemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=-
// #define STICK_C_PLUS
// #define STICK_C_PLUS2
#define STICK_C_PLUS2
// #define STICK_C
// #define CARDPUTER
// -=-=- Uncommenting more than one at a time will result in errors -=-=-
Expand Down
2 changes: 1 addition & 1 deletion portal.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Retaining the Portuguese translations since this project has a large
// fan base in Brazil. Shouts to CyberJulio as well.

#define DEFAULT_AP_SSID_NAME "Free WiFi"
#define DEFAULT_AP_SSID_NAME "NEMO Free WiFi"
#define SD_CREDS_PATH "/nemo-portal-creds.txt"


Expand Down

0 comments on commit 70cf616

Please sign in to comment.