You are reading a single comment by @user47955 and its replies. Click here to read the full conversation.
  • Using the WebIDE it is corrupting data when saving.

    Basically it is adding extra lines or moving text about and putting it in the wrong place, normally only a bit of text.

    I have had it duplicate entire functions as well.

    e.g. I have just done a save and it has saved it as this:

    setTimeout(startWiFi, 3000);
    
    setTimeout(startWiFi, 3000);
    
    tWiFi, 3000);
    
    

    There was only one setTimeout(startWiFi, 3000); when I saved it.

    I have only edited the files through the WebIDE and it has happened on multiple files.

    I only installed the WebIDE in the last couple of days so it should all be the latest versions.

    Has anybody else experienced this?

About

Avatar for user47955 @user47955 started