mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-01-07 22:20:38 -07:00
Ignore .esphome, TFmini-S not ultrasonic sensor
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
||||
|
||||
# Default ignored files
|
||||
/.esphome/
|
||||
/packages/.esphome/
|
||||
/secrets.yaml
|
||||
# Only check in files NOT ignored here
|
||||
*.yaml
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user