685
|
1 # jump IO0 to GND on the board for programming
|
|
2
|
773
|
3
|
685
|
4 esphome:
|
|
5 name: garage_hall_cam
|
|
6 platform: ESP32
|
|
7 board: nodemcu-32s
|
1678
|
8 build_path: garage_hall_cam
|
685
|
9
|
|
10 wifi:
|
|
11 ssid: !secret wifi_ssid
|
|
12 password: !secret wifi_password
|
|
13 domain: ''
|
1678
|
14 use_address: 10.2.0.74
|
685
|
15
|
1678
|
16 mqtt:
|
|
17 broker: '10.2.0.1'
|
|
18 port: 1883
|
|
19 username: ''
|
|
20 password: ''
|
685
|
21
|
|
22 logger:
|
|
23 baud_rate: 115200
|
|
24 level: DEBUG
|
|
25
|
|
26 ota:
|
|
27
|
1678
|
28 # Serves multipart mime stream of jpegs at GET /
|
773
|
29
|
1678
|
30 # gst-launch-1.0 souphttpsrc location=http://10.2.0.74/ do-timestamp=true ! multipartdemux ! jpegdec ! autovideosink |