I bought one ESP8266 to replace my old Arduino Nano which I use from an Ambilight setup.
The new setup will have more than 300 LEDs so in theory ESP8266 will be faster. Although, I don't need the WiFi function at all. Is there a way to disable it? Is that possible through Arduino IDE?
I'm running the Adalight FastLED sketch. How should I edit the code in order to disable WiFI as much as possible?
Thanks in advance!