From b13dbb289726d55ed76473ecaa9c367b11d0464d Mon Sep 17 00:00:00 2001 From: dawie Date: Fri, 30 Jan 2026 19:16:09 +0200 Subject: [PATCH] Add embedded HTML header for curve editor page Minified HTML/CSS/JS that will be served directly from code without needing filesystem upload --- usermods/GPU_Fan_Controller/gpu_fan_html.h | 339 +++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 usermods/GPU_Fan_Controller/gpu_fan_html.h diff --git a/usermods/GPU_Fan_Controller/gpu_fan_html.h b/usermods/GPU_Fan_Controller/gpu_fan_html.h new file mode 100644 index 00000000..c8b4f6b2 --- /dev/null +++ b/usermods/GPU_Fan_Controller/gpu_fan_html.h @@ -0,0 +1,339 @@ +#pragma once + +// GPU Fan Controller - Embedded Web Page +// This is served directly from code at /gpu-fan + +const char GPU_FAN_HTML[] PROGMEM = R"=====( + + + + + +GPU Fan + + + +
+← WLED +

🌀 GPU Fan Controller

+ +
+

Status

+
+
--
Temp °C
+
--
Fan %
+
--
Mode
+
OK
+
+
+ +
+

Mode

+
+ + +
+ +
+ +
50%
+
+ +
+
+ + + + + + + + + + + + + +
+ + + + +
#TempSpeed
+ +
+ + + + +
+
+
+
+ +
+ + + + +)=====";