• Hi @Robin,

    first of all thanks for your reply.

    I think there is a misunderstanding, maybe I've messed up my explanation.

    I've experienced the following using IDE:

    1. get code of MorphingClock from my Bangle storage using specific icon (4 disks);
    2. modified code and tried it with success using RAM upload function;
    3. overwrite existing mclock.app.js code into Bangle storage using specific icon (chip icon with drop down menu);

    After each cycle of changes made as exposed in the pointed list above, looking at 'About' app I've seen my free disk space reduced.

    For each cycle, space consumption increased of the amount of bytes occupied by code uploaded; like it was written n times in place of one time in the same position.

    Yesterday I've discovered 'require('Storage').compact()' function and I've tried it with success.
    Now space consumption value is as expected.

    No new files were created during changes or coding, neither inside the code nor through upload function. I've made changes and then saved them on the same file (mclock.app.js) n times, nothing more.

    After this I think this behaviour is normal, but my question is what about to happen if space consumption reading would reach the maximum.

    Thanks for patience.

    Massimiliano

About

Avatar for user123768 @user123768 started