Hi there-
I'm trying to upload the code to my pro mini, but I get an error code relating to the line
const char *valueStringList[] PROGMEM=
It says that "variable 'qualityStringList' must be const in order to be put into read-only section by means of 'attribute((progmem))"
I get the same error code for other similar lines of code for the other variations of insult strings. Any advice as I try to fix it?
Thanks,
Caroline
Hi there-
I'm trying to upload the code to my pro mini, but I get an error code relating to the line
const char *valueStringList[] PROGMEM=It says that "variable 'qualityStringList' must be const in order to be put into read-only section by means of 'attribute((progmem))"
I get the same error code for other similar lines of code for the other variations of insult strings. Any advice as I try to fix it?
Thanks,
Caroline