Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
Simple espframework for esp8266 and esp32
- Host: GitHub
- URL: https://github.com/mp-se/espframework
- Owner: mp-se
- License: mit
- Created: 2022-06-14T15:00:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T05:55:04.000Z (20 days ago)
- Last Synced: 2024-10-27T02:26:57.276Z (19 days ago)
- Topics: esp32, esp8266, framework, iot, webserver
- Homepage:
- Size: 646 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![release](https://img.shields.io/github/v/release/mp-se/espframework?label=latest%20release)
![issues](https://img.shields.io/github/issues/mp-se/espframework)
![pr](https://img.shields.io/github/issues-pr/mp-se/espframework)# 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
- This is the current version used in my projects for Arduino 2.x
### Branch 1.1
- Updated with newer version of the dependant libraries like Arduino Json 7 and Async Webserver for Arduino 2.x
- ArduinoLog has now been merged into the library for easier maintenance.
- Note! This is currently under development and testing.
### Branch 2,0
- Based on 1.1 this is migreted to work with Arduino 3.x
- Note! This is currently under development and testing.