esp8266-fastled-iot-webserver icon indicating copy to clipboard operation
esp8266-fastled-iot-webserver copied to clipboard

blue LED off ?

Open Elthari0n opened this issue 3 years ago • 3 comments

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

Elthari0n avatar Dec 28 '21 16:12 Elthari0n

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

WarDrake avatar Dec 28 '21 23:12 WarDrake

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

Elthari0n avatar Jan 19 '22 17:01 Elthari0n

Anywhere inside the function

void setup() {
}

the function starts at line 677

WarDrake avatar Jan 19 '22 18:01 WarDrake