From 309c5fabac4d303354adca0cf0d013f85d5b19fb Mon Sep 17 00:00:00 2001 From: Martin <github@mrvanes.com> Date: Fri, 3 Jul 2020 12:12:33 +0200 Subject: [PATCH] Update Software_Installation.md I made the name of the .ino file a bit more expicit because initially I made a big mistake there and wanted to prevent others from making that same mistake. Also you mixed up the Parameters for DeskLamp and Nanoleaf. --- Software_Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Software_Installation.md b/Software_Installation.md index e1fe52b..0452bc3 100644 --- a/Software_Installation.md +++ b/Software_Installation.md @@ -111,7 +111,7 @@ The video wasn't updated for the new update, so the library versions are incorre  5. Configure the main parameters - In the .ino file there are many parameters to change and tweak the essential settings are: + In the esp8266-fastled-iot-webserver.ino file there are many parameters to change and tweak the essential settings are: - `LED_TYPE`: The type of LED strip that is used (WS2812B, APA102, ...) - `DATA_PIN`: The pin where the LED-Strip is connected - `CLK_PIN`: Additional clock pin when using LED-Strips with 4 pins. @@ -171,7 +171,7 @@ This type is used for the [twisted](https://www.thingiverse.com/thing:4129249) o Parameters: - `LINE_COUNT`: Amount of the LED strip lines, (with the provided cores it's 8) -- `PIXELS_PER_LEAF`: Amount of the LEDs inside one triangle +- `LEDS_PER_LINE`: Amount of the LEDs inside one triangle #### 2.2.4 [4] Nanoleaf Replica @@ -180,7 +180,7 @@ This type is used for the [3D-Printed Nanoleafs](https://www.thingiverse.com/thi Parameters: - `LEAFCOUNT`: Amount of the LED strip lines, (with the provided cores it's 8) -- `LEDS_PER_LINE`: Amount of the LEDs per strip +- `PIXELS_PER_LEAF`: Amount of the LEDs per strip #### 2.2.5 [5] Animated RGB-Logos -- GitLab