Code: Select all
ui.ino:52:23: error: variable ‘mainMenu0’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:53:23: error: variable ‘mainMenu1’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:54:23: error: variable ‘mainMenu2’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:55:23: error: variable ‘mainMenu3’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:56:23: error: variable ‘mainMenu4’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:57:23: error: variable ‘mainMenu5’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:58:23: error: variable ‘mainMenu6’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:59:23: error: variable ‘mainMenu7’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:60:23: error: variable ‘mainMenu8’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:61:23: error: variable ‘mainMenu9’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
ui.ino:63:38: error: variable ‘main_menu_table’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
Code: Select all
ls sketchbook/libraries/firmware_v1/
firmware_v1.ino gsm.ino keypad.ino README.md screen.ino sound.ino ui.h ui.ino usbserial.ino util.ino