From 25ea3138efc0867156c414a14af6bd57afbf0842 Mon Sep 17 00:00:00 2001 From: Maria Ruth Nielsen <113031776+mariaruth1@users.noreply.github.com> Date: Tue, 28 May 2024 13:48:50 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bf7dbc6..8c3032f 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Created as an exam project by Júlia Ilášová and Maria Nielsen ## Project Components -* Backend Server: Processes data from the IoT device, determines plant health, and provides real-time updates to the mobile application as well as handling authentication, data storage and business logic for the mobile app. +* Backend Server: Processes data from the IoT device, determines plant health, and provides real-time updates as well as handling authentication, data storage and business logic for the mobile app. * [IoT Device](https://github.com/team-wilhelm/botanique-iot) (Smart Plant Pot): An ESP32 microcontroller with sensors for soil moisture, air humidity, temperature, and light, and an OLED screen for displaying the plant's mood. * [Mobile App](https://team-wilhelm.github.io/BotaniQue-MobDev/) (Frontend application): Developed in Flutter, it allows users to manage plants and view their conditions.