From d3dc0e8b23322f2dd0ae8247b4e667cda8d291d1 Mon Sep 17 00:00:00 2001 From: Noah Axon Date: Sat, 28 Oct 2023 18:04:19 -0500 Subject: [PATCH] updated documentation --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12eba2f..47af14e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ If you want to customize NEMO or contribute to the project, you should be famili * IRRemoteESP8266 * If compiling for the older (non-Plus) M5Stick-C, delete the line near the top that defines PLUS. * Switch partition schemes. Tools -> Partition Scheme -> No OTA (Large APP) -* Compile and upload the project - - +* Configuration + * 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