add readme

This commit is contained in:
malled 2025-07-29 22:51:47 +02:00
parent a614d5b46b
commit 77f33e0632

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# Flash over wifi
`podman run --rm -it -v .:/config ghcr.io/esphome/esphome run dewpoint.yaml`
# Flash over serial
`podman run --rm -it --device=/dev/ttyUSB0 -v .:/config ghcr.io/esphome/esphome run dewpoint.yaml`