,

Vue32 Admin Tool: Using API to Post Firmware and SPIFFS Update – Video 19

Posted by

Video 19 – API POST FIRMWARE AND SPIFFS UPDATE Vue32 Admin Tool ✅

Video 19 – API POST FIRMWARE AND SPIFFS UPDATE Vue32 Admin Tool ✅

In this video, we will learn how to use the API to post firmware and SPIFFS updates using the Vue32 Admin Tool.

To begin the update process, we need to make a POST request to the API endpoint for firmware updates. This can be done using the following HTML form:

    
      <form action="http://vue32.admin/api/firmware/update" method="post">
        <input type="file" name="firmware" />
        <input type="submit" value="Update" />
      </form>
    
  

Once the form is submitted, the Vue32 Admin Tool will handle the update process and provide feedback on the progress.

Similarly, we can also post SPIFFS updates using the API. This can be done using the following HTML form:

    
      <form action="http://vue32.admin/api/spiffs/update" method="post">
        <input type="file" name="spiffs" />
        <input type="submit" value="Update" />
      </form>
    
  

Once again, the Vue32 Admin Tool will handle the update process and provide feedback on the progress.

By using the API to post firmware and SPIFFS updates, we can easily manage and maintain the Vue32 device and ensure that it always has the latest software and files.