I can create a file on drive b: with EDIT “test.bas”
When pressing F1 it saves the file to SD card.
When editing the file again I get the error on pressing F1: Error : Not enough Heap memory
This only happens on drive b:. On drive A: everything is fine.
I’m using PicoMite V6.00.01
This seems to be a similar issue to the issue reported in "Not enough memory" when saving from editor in PicoMite .
1 Like
F1 doesn’t save the program to the SD card. It saves it in memory. To actually save the program to the SD card, you have to type SAVE “yourprogname” if B is your default drive or SAVE “B:yourprogname” if B is not your default drive. Of course, you replace yourprogname with your own program name.