Hi, I am trying to install uLisp on Raspberry Pi Pico from the Arduino IDE, following the turotial on the uLisp RP2040 page. When uploading uLisp to the Pico I get this compilation error:
sketch_may06a:179:12: fatal error: LittleFS.h: No such file or directory
#include <LittleFS.h>
^~~~~~~~~~~~
compilation terminated.
exit status 1
LittleFS.h: No such file or directory
I found and installed a library called LittleFS_Mbed_RP2040
in the library manager, but get the same error afterwards. What am I missing?