• I just found the latest version of Espruino (herehttps://www.espruino.com/binaries/espruiĀ­no_2v00_esp32/) and flashed it to a ESP32 DoIt NodeMCU.

    When I connect the IDE I see a warning: setsockopt(SO_REUSPORT) failed. Is that expected?

    I try to connect it to my router and see that the following is not working:

    1. setHostname
    2. setConfig

    For both functions I see a "Uncaught error: function not found!" Is it correct that these are not yet supported? If so, is there any documentation on what is supported or not. I searched, but couldn't find it. Both functions don't seem to work on the previous version too!

    Thank you!

    Edit: found this page that says that setHostname is not supported yet.

About