From 628d14a79a53642930d42582a42717a34d76dd74 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 7 Jun 2026 20:02:28 +0300 Subject: [PATCH] feat(frontend): add favicon.svg --- .gitignore | 1 + assets/favicon.svg | 32 ++++++++++++++++++++++++++++++++ assets/index.html | 1 + assets/setup.html | 3 ++- justfile | 2 ++ main/main.c | 10 ++++++---- 6 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 assets/favicon.svg diff --git a/.gitignore b/.gitignore index d84d7d5..860a73e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ sdkconfig sdkconfig.old main/frontend.h main/setup_frontend.h +main/favicon_svg.h managed_components/ diff --git a/assets/favicon.svg b/assets/favicon.svg new file mode 100644 index 0000000..ddd32d0 --- /dev/null +++ b/assets/favicon.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/assets/index.html b/assets/index.html index 506f377..9f596ce 100644 --- a/assets/index.html +++ b/assets/index.html @@ -3,6 +3,7 @@ + IoT Pump controller