From 94fa6eb9bec9b3182ca4e7cea4925455d14255d5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 5 Jun 2026 02:20:20 +0300 Subject: [PATCH] feat(frontend): add frontend --- .gitignore | 1 + assets/index.html | 76 +++++++++++++++++++++++++++++++++++++++-------- justfile | 3 +- main/main.c | 3 +- 4 files changed, 68 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 6b744e2..a930493 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/ sdkconfig +main/frontend.h diff --git a/assets/index.html b/assets/index.html index d93d9e5..63cbbd0 100644 --- a/assets/index.html +++ b/assets/index.html @@ -5,6 +5,22 @@ IoT Pump controller