RoboticsBrno / SmartLeds

🚦 Simple & intuitive way to drive various smart LEDs on ESP32.
MIT License
28 stars 12 forks source link

Update SmartLeds.h #3

Closed thomasahlendorf closed 6 years ago

thomasahlendorf commented 7 years ago

"gpio_set_direction" (Smartleds.h,113) modifyes (recently?) the pin-matrix set one line before - so line 112 becomes ineffective.

Switching Line 113 and 112 will fix the problem.

yaqwsx commented 7 years ago

Thank you for your contribution.