can't compile using online editor due to nokia 5110 const error in library

./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

  • Click the "Libraries" tab.
  • Click the "Custom" tab.
  • Click the downwards pointing triangle on the 5110 library.
  • Click "Download Library"
  • Wait until library is successfully downloaded.
  • Click the downwards pointing triangle on the 5110 library.
  • Click "Delete library"
  • Unzip the downloaded library
  • Fix the bug in the downloaded library
  • Zip the fixed library
  • (In the Arduino Web Editor) Click the upward pointing arrow button (import)
  • If you see a message about importing your whole sketchbook, click "Import"
  • Select the fixed 5110 library's .zip file
  • Click "Open"
  • Wait for a message saying the import was successful.