diff --git a/README.md b/README.md index 749fa0b..d068841 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,19 @@ Air quality sensor on ESP32-S3 using ESP-IDF framework * Graph showing last 6 hours of values * Wifi enroll using ESP Smart Config * Display brightness changes based on ambient light + * Day & Night mode for display + * Web server - * Responsive UI based on Bootstrap framework + * Responsive UI based on Bootstrap framework * Real time sensor values using event streem * Graph showing last 6 hours of values * Firmware upgrade * SD card file manager * Debug page for remote debugging * Homekit enabled + +## Screenshots +![Login](./asserts/Login.gif) + +![Features](./asserts/Features.gif) + diff --git a/asserts/Features.gif b/asserts/Features.gif new file mode 100644 index 0000000..7b866f5 Binary files /dev/null and b/asserts/Features.gif differ diff --git a/asserts/Login.gif b/asserts/Login.gif new file mode 100644 index 0000000..c2ab105 Binary files /dev/null and b/asserts/Login.gif differ