Skip to content

usamahacker0/ESP32-Backup-Restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ESP32 Backup and Restore

esp32 backup and restore

Requirements

  • Download the latest version of Python:

    Download Latest Python

  • esptool.py is required to run this application. Follow the steps below to install it.

How to Install esptool

  1. Ensure Python is installed:

    • Download and install the latest version of Python from the link above.
    • Verify the installation by opening a terminal or command prompt and running:
      python --version
    • If you are using Python 3, you might need to use python3 instead of python in the commands below.
  2. Install pip (if not already installed):

    • pip usually comes with Python, but you can ensure it's installed by running:
      python -m ensurepip --upgrade
  3. Install esptool:

    • Open a terminal or command prompt.
    • Run the following command to install esptool using pip:
      pip install esptool
    • Verify the installation by running:
      esptool.py --version

About

This is for ESP32 for Backup & Restore use python3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages