makerbase-mks / MKS-DLC32-FIRMWARE

The source code of MKS DLC32
GNU General Public License v3.0
69 stars 50 forks source link

problem of wrong file upload #22

Open Cppwannaleak opened 1 year ago

Cppwannaleak commented 1 year ago

After uploading the wrong index.html.gz and updating it, it is difficult to access from the web. Is the only way to solve the problem is to initialize the firmware?

iherbak commented 1 year ago

In case you used this source code, you could also use Visual studio code to update the UI only.

  1. Put your desired index.html.gz under Grbl_ESp32\data.
  2. Configure platformio.ini set the com port of yours
  3. Use the platformio task under Platform\Upload Filesystem Image
Cppwannaleak commented 1 year ago

thank you so much