Mercurial > code > home > repos > front-door-lock
comparison board/tasks.py @ 13:3014db0a5500 default tip
mv board to proj/micro, rename this repo with dashes
author | drewp@bigasterisk.com |
---|---|
date | Fri, 28 Jun 2024 17:08:09 -0700 |
parents | 53e4020141fd |
children |
comparison
equal
deleted
inserted
replaced
12:53e4020141fd | 13:3014db0a5500 |
---|---|
1 from invoke import task | |
2 | |
3 | |
4 @task | |
5 def reprogram(ctx): | |
6 # no OTA on door strike esp32. | |
7 ctx.run('pdm run esphome run door.yaml --device /dev/serial/by-id/usb-Silicon_Labs_CP2104_USB_to_UART_Bridge_Controller_019011FE-if00-port0', pty=True) |