From 91cb6aa46cd48fb1dc9b4b93af5c69ad6253d59c Mon Sep 17 00:00:00 2001 From: kicap Date: Sat, 10 Aug 2024 07:26:04 +0800 Subject: [PATCH] first commit --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 45c6801..922cb9d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ ## Flood Notification App (Esp8266 Controller) -### this is the script for esp8266 connected to 2 water level sensor and a ultrasonic sensor.\nIf the water reach the first water level sensor then "warning", +### this is the script for esp8266 connected to 2 water level sensor and a ultrasonic sensor. +### If the water reach the first water level sensor then "warning", ### If reach second water level then danger and the water is measure by ultrasonic ### the value is send to node js server ### then it will be display to a flutter app.