From 635d5e24600d4d3f7cd1336c1308c87b18b46da2 Mon Sep 17 00:00:00 2001 From: Vitali Date: Fri, 7 Aug 2026 22:56:50 +0700 Subject: [PATCH] docs: add pump_controller_8_2_OLED_DONE to the projects index Co-Authored-By: Claude Opus 5 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 380545a..ad21e50 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,10 @@ A collection of Arduino / ESP microcontroller projects. - **[WeatherPredictor](WeatherPredictor/)** — autonomous barometric weather station on a Wemos D1 mini (ESP8266): local Zambretti forecast, TFT display and a self-hosted web interface. See its [README](WeatherPredictor/README.md). + +- **[pump_controller_8_2_OLED_DONE](pump_controller_8_2_OLED_DONE/)** — pump + station monitor on a Wemos D1 mini (ESP8266): watches two main pumps plus a + backup one, drives two alarm relays, shows status on an OLED and in a web + panel, and posts events to an HTTPS webhook. Settings live in LittleFS. + See its [README](pump_controller_8_2_OLED_DONE/README.md) and + [MANUAL](pump_controller_8_2_OLED_DONE/MANUAL.md).