comparison 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
comparison
equal deleted inserted replaced
6:e36abecb48a1 7:b46679798c51
1 from invoke import task
2
3
4 @task()
5 def run(ctx, device="OTA"):
6 ctx.run(
7 f'pdm run esphome run esp/do-squib-touch-lcd.yaml --device {device}')