non workking vibe coded screen displaying

This commit is contained in:
2026-02-05 08:27:20 +01:00
parent e5f2a567da
commit cddc24e147
6 changed files with 124 additions and 113 deletions
+1
View File
@@ -26,6 +26,7 @@ const char index_html[] PROGMEM = R"rawliteral(
<body>
<h1>LED Panel Control</h1>
<button class="button" onclick="showSavedPixels()">Show Saved Pixels</button>
<button class="button" onclick="location.href='/upload-page'">Upload Image</button>
<br>
<textarea id="jsonInput" placeholder="Paste your JSON image data here..."></textarea>
<br>