Mercurial > code > home > repos > front-door-display
view tasks.py @ 7:b46679798c51
mv esp code to this repo. still trying to get correct refreshes
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Mar 2024 15:03:53 -0700 |
parents | |
children | 47795c3121f1 |
line wrap: on
line source
from invoke import task @task() def run(ctx, device="OTA"): ctx.run( f'pdm run esphome run esp/do-squib-touch-lcd.yaml --device {device}')