OttoDIY / OttoDIYLib

Latest and official Libraries for Arduino Otto DIY robots
http://www..ottodiy.com/
GNU General Public License v3.0
115 stars 73 forks source link

Fix error on HappyBirthday example #27

Closed merlinletekos closed 2 years ago

merlinletekos commented 2 years ago

Reference Issues/PRs

no

What does this fix?

Have an error on the for, because the array "name" contain only 16 elements, and loop on 17. In for, line 54, replace 17 by the size of the array name

cparrapa commented 2 years ago

Thanks a lot @merlinletekos