Skip to content

husarnet/platformio-husarnet-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlatformIO ESP32 Webserver

This project is a simple webserver for the ESP32 microcontroller. It uses the PlatformIO build system with the Arduino as a component configuration.

Debugging capabilities for ESP32-S3 are already enabled in platformio.ini file.

Quickstart

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e esp32dev

# Upload firmware for the specific environment
$ pio run -e esp32dev --target upload

# Clean build files
$ pio run --target clean

About

Webserver running under PlatformIO over Husarnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published