Ignore .esphome, TFmini-S not ultrasonic sensor

This commit is contained in:
John Dillenburg
2024-12-05 21:03:37 -06:00
parent 2d5e530d1c
commit 96bc8ff9e0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
# Default ignored files
/.esphome/
/packages/.esphome/
/secrets.yaml
# Only check in files NOT ignored here
*.yaml

View File

@@ -41,7 +41,7 @@
<div class="content-list text-gray-600 mb-8">
<p>This simulator demonstrates an ESP32-based parking assistance system that helps guide vehicles to the perfect parking position in a garage. The system uses:</p>
<ul>
<li>An HC-SR04 ultrasonic distance sensor to detect the vehicle's position</li>
<li>A TFmini-S distance sensor to detect the vehicle's position</li>
<li>A WS2812B LED strip providing visual feedback through color changes</li>
<li>Four distinct zones for precise parking guidance:
<ul>