• Hi @Robin

    This what is working under windows 10 for me: (native Web IDE version 0.69.0)

    Settings->Project
    F:\OneDrive\brubonic\www
    [Select Directory for Sandbox]

     Directory of F:\OneDrive\brubonic\www\modules
    
    31/12/2017  06:56 PM             4,088 DS18B20.js
    22/08/2017  04:09 PM             1,934 pid-controller.js
    22/07/2018  04:45 PM             8,553 ws.js
    28/06/2018  10:06 PM             2,288 http://www.js
    

    code:

    var PID = require('pid-controller');
    var WWW = require('www');
    

    And on send :

    Connected to port TCP/IP: 192.168.15.13
    No error. Minified 1934 bytes to 1758 bytes.
    No error. Minified 2288 bytes to 1155 bytes.
    No error. Minified 4086 bytes to 1472 bytes.
    No error. Minified 8553 bytes to 3893 bytes.
    

    I have noted on startup of the ide that sometimes do you need set the project sandbox on startup, as this seems to get forgotten and needs to be re-selected.

    Looking at the settings->Console

    These are at the relevant bits I see:

    Loading http://www.espruino.com/json/ESP32.json
    Board JSON loaded
    Firmware >1.43 supports faster writes over USB
    Set Slow Write = false
    FIRMWARE: Current 1v99.166, Available 1v99
    Device found (connectionId=undefined)
    [success] Connected to port TCP/IP: 192.168.15.13
    >>> Connected to port TCP/IP: 192.168.15.13
     - pid-controller requires []
    [notify_info] No error. Minified 1934 bytes to 1758 bytes.
     - www requires []
    [notify_info] No error. Minified 2288 bytes to 1155 bytes.
     - DS18B20 requires []
    [notify_info] No error. Minified 4086 bytes to 1472 bytes.
     - ws requires []
    [notify_info] No error. Minified 8553 bytes to 3893 bytes.
    Uploading 11848 bytes to flash
    Found a prompt... great!
    >>> Sending...
    
About

Avatar for Wilberforce @Wilberforce started