From 12460fb7b241e7b80d1c9645713c2c31a8f36086 Mon Sep 17 00:00:00 2001 From: Resinchem <55962781+Resinchem@users.noreply.github.com> Date: Fri, 2 Dec 2022 21:35:32 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ecc5a..8b25531 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A simple to build and use garage parking assistant using an ESP8266 and WS2812b LEDs. Using a low cost Wemos D1 Mini, a short strip of around 20-40 WS2812b LED pixels and TFMini-s LIDAR distance sensor, a visual parking assistant system for putting your car in the same location in the garage each time can easily be created. +### Please see the [wiki](https://github.com/Resinchem/ESP-Parking-Assistant/wiki) for full details on installation, configuration, settings and options. + Some key features of the system include: - 4 variable distance parking zones, including a wake zone, an active zone, a parked zone and a backup zone. - Each zone can have its own unique LED color, specified by the user @@ -14,7 +16,6 @@ Some key features of the system include: - Over-the-air firmware updates, with a manual OTA option available for uploading your own modified source code - **Optional** MQTT integration so you can use the parking assistant in Home Assistant or other automation systems -### See the [wiki](https://github.com/Resinchem/ESP-Parking-Assistant/wiki) for full details on installation, configuration, settings and options. **Note**: This repo only deals with the firmware/software application. For an overview of the build details and to see some of the features in use, please see this [YouTube video](https://youtu.be/HqqlY4_3kQ8).