You are reading a single comment by @Jean-Philippe_Rey and its replies. Click here to read the full conversation.
  • OK now with a ESP32-C3F it works as expected

     ____                 _
    |  __|___ ___ ___ _ _|_|___ ___
    |  __|_ -| . |  _| | | |   | . |
    |____|___|  _|_| |___|_|_|_|___|
             |_| espruino.com
     2v22.2 (c) 2024 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    >process.env
    ={
      VERSION: "2v22.2",
      GIT_COMMIT: "fdbf0bfd2",
      BOARD: "ESP32C3_IDF4",
      RAM: 409600, FLASH: 0, STORAGE: 262144,
      SERIAL: "70041d32-dacc",
      CONSOLE: "Serial1",
      MODULES: "Flash,Storage,hea" ... "i,crypto,neopixel",
      EXPTR: 1008207732 }
    >ESP32.getState()
    ={
      sdkVersion: "v4.4.7",
      freeHeap: 34608, BLE: true, Wifi: true, minHeap: 33312 }
    
    

    Some debug information is still printed out on the terminal, seems to be linked to watchdog timer. I am not sure what to do with it, however it seems not to prevent ESP32 to work, at least as a basic webserver.

    ;31mE (195821) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:m
    ;31mE (195821) task_wdt:  - IDLE (CPU 0)m
    ;31mE (195821) task_wdt: Tasks currently running:m
    ;31mE (195821) task_wdt: CPU 0: espruinoTaskm
    
About