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:
setHostname
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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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:
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.