You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • @loopMasta - what filename are you writing? The issue may be that right now Espruino doesn't support long filenames (only 8.3 format).

    As far as programming over WiFi, you've got two options I guess:

    1. Serve up a textbox, POST back the data, and use eval to execute it.
    2. Loopback the actual console - you can't do this in software right now, but you could physically connect USART1 to USART2, do Serial1.setConsole(), and then use HTTP to send/receive the data from USART2. It might be a bit slower but it'd be pretty awesome to get the whole interactive command prompt via WiFi.
About

Avatar for Gordon @Gordon started