File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ By using this project, you acknowledge and agree to the following:
5050<img src =" src/settings.png " alt =" Settings Interface " width =" 600 " />
5151<p ><em >Settings Page - Desktop View: Configuration interface for relay names and system settings</em ></p >
5252
53+ <img src =" src/specs.png " alt =" Hardware Info Desktop " width =" 600 " />
54+ <p ><em >Hardware Info Page - Desktop View: Real-time ESP8266 system and WiFi details</em ></p >
55+
5356<div style =" display : flex ; justify-content : center ; gap : 20px ;" >
5457 <div >
5558 <img src="src/index-phone.png" alt="Mobile Dashboard" width="250"/>
@@ -59,6 +62,10 @@ By using this project, you acknowledge and agree to the following:
5962 <img src="src/settings-phone.png" alt="Mobile Settings" width="250"/>
6063 <p><em>Settings Page - Mobile View</em></p>
6164 </div >
65+ <div >
66+ <img src="src/specs-phone.png" alt="Hardware Info Mobile" width="250"/>
67+ <p><em>Hardware Info Page - Mobile View</em></p>
68+ </div >
6269</div >
6370</div >
6471
@@ -273,6 +280,11 @@ The system provides a modern, fully responsive web interface optimized for both
273280 - Responsive Time Controls
274281 - Accessible System Information
275282
283+ - **Hardware Info Page** (`specs.html`)
284+ - Real-time ESP8266 system and WiFi details
285+ - Intuitive color-coded WiFi signal strength indicator
286+ - Fully responsive and mobile-friendly layout
287+
276288## 🔌 API Endpoints
277289
278290The system exposes several RESTful API endpoints:
You can’t perform that action at this time.
0 commit comments