talkie.h error

Is there something about this:

variable 'spah' must be const in order to be put into read-only section by means of 'attribute((progmem))'

that isn't crystal clear?

Have you searched this site for this oft-posted error message and the dirt-simple fix?

Hint: It involves adding the const keyword to the line, just like the message says.