Skip to content

v3.0.0.0

Compare
Choose a tag to compare
@awawa-dev awawa-dev released this 03 Apr 14:15
· 2541 commits to master since this release

Changes:

  • upgrade WLED to 0.12 version
  • reduce serial port's buffer size

Known WLED 0.12 issue and workaround: #1852

Remember that your serial port chip must be capable of 2Mb speed (for example CH340G or CP2104 on the ESP board).
Generic CP2102 won't work as its max speed is 1Mb according to the specification.
Please check it before flashing the firmware. Otherwise WLED with Wifi will work but the serial port communication won't.

What binary should I use?. Most probably your are interested in esp32dev_ESP32.bin for ESP32 or nodemcuv2_ESP8266.bin for ESP8266.

There is also special version working at only 921600 speed if your serial port chip doesn't support 2Mb speed. Still it's x8 faster than standard Adalight protocol in WLED.

You use it on your own risk.