From 9cb92acf104a1cbf420d19231b050d7a7dcdc889 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 20 Nov 2024 00:06:07 +0530 Subject: [PATCH] Fixed TIP, line 63. --- ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ABOUT.md b/ABOUT.md index e6c298a..4f8a837 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -65,7 +65,8 @@ This project utilizes Raspberry Pi with Pi Camera to detect motion in real-time. - Capture and compare two consecutive frames to detect motion using OpenCV’s frame difference method. - If motion is detected, the script will send a notification to the configured `ntfy.sh` topic (`motion-sensing` in this case by default). -> [!TIP] You can customize the topic name in the `main.py` file by modifying the `ntfy_topic` variable. If you are using the local Docker instance for `ntfy.sh`, the script will use `localhost:80` by default. You can change that too by modifying the `rpi_ip` variable. +> [!TIP] +> You can customize the topic name in the `main.py` file by modifying the `ntfy_topic` variable. If you are using the local Docker instance for `ntfy.sh`, the script will use `localhost:80` by default. You can change that too by modifying the `rpi_ip` variable. ## Customization