Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 9f4022a

Browse files
authored
Archive notice
1 parent 59eb8bb commit 9f4022a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ESP8266 IoT Framework ![Status](https://travis-ci.com/maakbaas/esp8266-iot-framework.svg?branch=master) ![PlatformIO Registry](https://badges.registry.platformio.org/packages/maakbaas/library/ESP8266%20IoT%20Framework.svg)
22

3+
> [!IMPORTANT]
4+
> ### Archive notice
5+
> As of now (February 2024) this code is still functional and has reached a high level of maturity thanks to all your input in more than 100 closed issues and 50 pull requests. I have archived this repository due to a shift in priorities. Thanks for using this project, and keep building and making!
6+
37
The ESP8266 IoT Framework is a set of modules to be used as a starting point in new ESP8266 projects, implementing HTTPS requests, a React web interface, WiFi manager, configuration manager, live dashboard and OTA updates.
48

59
The unique advantage of this framework is that code generation at build time is used to provide different benefits. Code generation is used to dynamically generate a configuration struct and a live dashboard from JSON files, to incorporate the web interface into PROGMEM in the firmware and to bundle a full root certificate store in PROGMEM that allows the ESP8266 to do secure HTTPS requests to arbitrary URLs.

0 commit comments

Comments
 (0)