https://github.com/mp-se/espframework
Simple espframework for esp8266 and esp32
https://github.com/mp-se/espframework
esp32 esp8266 framework iot webserver
Last synced: 2 months ago
JSON representation
Simple espframework for esp8266 and esp32
- Host: GitHub
- URL: https://github.com/mp-se/espframework
- Owner: mp-se
- License: other
- Created: 2022-06-14T15:00:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-08T18:15:51.000Z (2 months ago)
- Last Synced: 2026-04-08T20:15:38.238Z (2 months ago)
- Topics: esp32, esp8266, framework, iot, webserver
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



# ESP framework
This is a framework that I use in my own ESP projects as a base. It contains a lot of basic features that are needed. It has been tested with the following targets: ESP8266, ESP32, ESP32S2, ESP32C3, ESP32S3
## Structure
The master branch dones not contain any code. There are a number of version of the framework which is stored in seprate branches for easy maintenance
### Branch 1.0 (Deprecated)
- This version is no longer maintained and its no longer the primary version for my projects.
### Branch 1.1 (Deprecated)
- Updated with newer version of the dependant libraries like Arduino Json 7 and Async Webserver
- ArduinoLog and incbin has now been merged into the library for easier maintenance since they are no longer maintained by their authors.
### Branch 1.2 (Main branch)
- Based on 1.1 this is migrated to work with Arduino 2.x and 3.x
### Branch 2.0 (Development - IDF branch)
- Based on 1.2 this is being refactored to work with ESP-IDF and as framework