Mercurial > code > home > repos > homeauto
view espNode/garage_hall_cam.yaml @ 1742:1c1b38b145f8
rm custom cpp fingerprint driver that's under the wrong name 'desk'
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Sep 2023 17:15:25 -0700 |
parents | 7831b5de3572 |
children |
line wrap: on
line source
# jump IO0 to GND on the board for programming esphome: name: garage_hall_cam platform: ESP32 board: nodemcu-32s build_path: garage_hall_cam wifi: ssid: !secret wifi_ssid password: !secret wifi_password domain: '' use_address: 10.2.0.74 mqtt: broker: '10.2.0.1' port: 1883 username: '' password: '' logger: baud_rate: 115200 level: DEBUG ota: # Serves multipart mime stream of jpegs at GET / # gst-launch-1.0 souphttpsrc location=http://10.2.0.74/ do-timestamp=true ! multipartdemux ! jpegdec ! autovideosink