mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-01-08 22:40:39 -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
|
# Default ignored files
|
||||||
/.esphome/
|
/.esphome/
|
||||||
|
/packages/.esphome/
|
||||||
/secrets.yaml
|
/secrets.yaml
|
||||||
# Only check in files NOT ignored here
|
# Only check in files NOT ignored here
|
||||||
*.yaml
|
*.yaml
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
<div class="content-list text-gray-600 mb-8">
|
<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>
|
<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>
|
<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>A WS2812B LED strip providing visual feedback through color changes</li>
|
||||||
<li>Four distinct zones for precise parking guidance:
|
<li>Four distinct zones for precise parking guidance:
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user