• ...same issue for me...

    This is the code I'm uploading:

    var bme680, bme680Mod = require("BME680");
    function onInit() {
      bme680 = bme680Mod.connectI2C();
    }
    setTimeout(onInit,1000);
    

    This is what the load shows upon clicking the Upload button:

     ____                 _
    |  __|___ ___ ___ _ _|_|___ ___
    |  __|_ -| . |  _| | | |   | . |
    |____|___|  _|_| |___|_|_|_|___|
             |_| espruino.com
     2v00 (c) 2018 G.Williams
    >New interpreter error: LOW_MEMORY,MEMORY
    >
    Uncaught Error: Function "connectI2C" not found!
     at line 1 col 20
    bme680 = bme680Mod.connectI2C();
                       ^
    in function called from system
    > 
    

    Screenshot attached below shows the whole story, from connect thru the failure.

    The actual error - New Interpreter error... - happens at the end of the upload.

    Will do a few other tests.


    1 Attachment

    • BME680pixleUploadIssueV200.png
About

Avatar for allObjects @allObjects started