./opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -build-path /tmp/203590290/build -hardware opt/arduino-builder/hardware -hardware ./opt/cores -tools opt/arduino-builder/tools -tools ./opt/tools -built-in-libraries opt/libraries/latest -libraries /tmp/203590290/pinned -libraries /tmp/203590290/custom -fqbn arduino:avr:uno -build-cache /tmp -logger humantags -verbose=false /tmp/203590290/Roaster_Ramp_31
Multiple libraries were found for "Adafruit_MAX31855.h"
Used: /tmp/203590290/custom/Adafruit_MAX31855
Not used: /home/ubuntu/opt/libraries/latest/adafruit_max31855_library_1_0_3
Multiple libraries were found for "PID_v1.h"
Used: /tmp/203590290/custom/PID_v1
Not used: /home/ubuntu/opt/libraries/latest/pid_1_2_0
/tmp/203590290/custom/lcd5110_basic/DefaultFonts.c:12:14: error: variable 'SmallFont' must be const in order to be put into read-only section by means of 'attribute((progmem))'
fontdatatype SmallFont[] PROGMEM =
^
Hi,
This script has compiled and uploaded many times but starting today I can't proceed. This appears to be related to the 5110 library but I'm not sure how to edit it since I'm using the online editor. Here is the error:
/tmp/203590290/custom/lcd5110_basic/DefaultFonts.c:117:14: error: variable 'MediumNumbers' must be const in order to be put into read-only section by means of 'attribute((progmem))'
fontdatatype MediumNumbers[] PROGMEM =
^
/tmp/203590290/custom/lcd5110_basic/DefaultFonts.c:135:14: error: variable 'BigNumbers' must be const in order to be put into read-only section by means of 'attribute((progmem))'
fontdatatype BigNumbers[] PROGMEM =
^
exit status 1