You are reading a single comment by @dlashua and its replies. Click here to read the full conversation.
  • As a second best option, since the Espruino WiFi and, for instance, the Espruino Puck.js have very different capabilities, I assume that, by default, they start up differently on first boot. I also assume this means there are some compile options that change what goes in to the firmware. If I could simply get the flashed ESP8266 to do something like this on boot:

    require('Wifi').startAP('EspruinoAP', { password: '0123456789', authMode: 'wpa2' })

    And, assuming that would also start the Telnet listener, that would be good enough.

About

Avatar for dlashua @dlashua started