going-digital / Talkie

Speech library for Arduino
305 stars 113 forks source link

Made all PROGMEM variables const #18

Closed kneels closed 8 years ago

kneels commented 8 years ago

This (awesome) library fails to compile in Arduino 1.6.x due to a newer avr-gcc compiler that requires variables in PROGMEM to be declared as const (see here). With these small changes it should work again in combination with the latest versions of the Arduino IDE (I tested it with 1.6.9).