NimmLor / esp8266-fastled-iot-webserver

A universal software for all my LED projects, with many awesome features
https://www.thingiverse.com/surrbradl08/designs
GNU General Public License v3.0
366 stars 94 forks source link

blue LED off ? #219

Open Elthari0n opened 2 years ago

Elthari0n commented 2 years ago

Hello, is it possible to turn off the blue led on the esp8266 card by modifying the code easily? Thanks in advance.

WarDrake commented 2 years ago

You could try adding this to the setup() function wifi_status_led_uninstall()

it might work depending on the board you're using, another option is to sever one of the traces for the led, as breaking or removing the led won't affect the functioning of the board

Elthari0n commented 2 years ago

Thank you for your answer, I did not understand where in the code should I include this line?, can you be more specific please.

WarDrake commented 2 years ago

Anywhere inside the function

void setup() {
}

the function starts at line 677