Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.15 KB

README.MD

File metadata and controls

48 lines (35 loc) · 1.15 KB

ESP32WebServerTemplate

ESP32WebServerTemplate is a template project for developing web server applications using ESP32 microcontroller and Arduino framework. It provides a simple and easy-to-use framework for building web applications with TypeScript.


Instalation

What do you need?


  1. Use this template

  2. Clone the repository

  3. Install the packages

    npm install
  4. Set up PlatformIO config if you need

  5. Configure WiFi in src/main.cpp

    const char *SSID = "";
    const char *PASSWORD = "";

Upload files to board

  1. Run build script

    npm run build

    After you run the build script, your data directory has been created.

    Build

  2. Build Filesystem Image

    Build

  3. Upload Filesystem Image

    Build