You are reading a single comment by @dgk and its replies. Click here to read the full conversation.
  • Running esp32 wroom

    trying to flash from the cli
    results in this error and the code is not written to flash.

    --] Compacting Flash...
    --] ERROR: >> jshKickWatchDog Not implemented,using taskwatchdog from RTOS
    

    code and cli command

    console.log('program started')
    setInterval(function(){
      console.log('lubdub')
    },3000)
    save()
    

    espruino --port /dev/ttyUSB0 -b 115200 --no-ble --board ../boards/ESP32.json

    I was able to flash from the webIDE so it must be something particular to my direct use of the cli.

    I must be missing some setting?


    Related: Maybe the json job file is the way to go so I can set config details other than from "switches. Does the job file merge with defaults so I can just set those I need or do I have to set all values if I use it. Can I still use command line switches with a job file? ex. the --board switch as it seems the config for board only takes a url not a local path.

About

Avatar for dgk @dgk started