TidalPaladin / ESPLed

Library to control Leds on the ESP8226 and ESP32 under Arduino
GNU General Public License v3.0
2 stars 1 forks source link

Pulse does nothing if a pulse duration has not been set #1

Open TidalPaladin opened 6 years ago

TidalPaladin commented 6 years ago

I think this is because _step_rads is set to PI which in turn means that each step returns the brightness to a zero value. There should probably be a better default value for _step_rads.