Mercurial > code > home > repos > front-door-display
comparison tasks.py @ 8:47795c3121f1
bufferless updates! mqtt message is sent over SPI and everything works
author | drewp@bigasterisk.com |
---|---|
date | Mon, 11 Mar 2024 01:37:57 -0700 |
parents | b46679798c51 |
children |
comparison
equal
deleted
inserted
replaced
7:b46679798c51 | 8:47795c3121f1 |
---|---|
3 | 3 |
4 @task() | 4 @task() |
5 def run(ctx, device="OTA"): | 5 def run(ctx, device="OTA"): |
6 ctx.run( | 6 ctx.run( |
7 f'pdm run esphome run esp/do-squib-touch-lcd.yaml --device {device}') | 7 f'pdm run esphome run esp/do-squib-touch-lcd.yaml --device {device}') |
8 | |
9 | |
10 @task() | |
11 def lcd_simulator(ctx): | |
12 ctx.run('pdm run python lcd_simulator.py') | |
13 | |
14 | |
15 @task() | |
16 def web_to_mqtt(ctx): | |
17 ctx.run('pdm run python web_to_mqtt.py') |