From 8f2e001a5ee25386a7f987cd35bbd72e5255cbba Mon Sep 17 00:00:00 2001 From: Aditya Pulipaka Date: Mon, 6 Oct 2025 21:30:30 -0500 Subject: [PATCH] Add project description to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..574a04c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +ESP32 Code for blinds automation project + +see blinds_express and blinds_flutter repos for backend and app code, respectively.