diff 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
line wrap: on
line diff
--- a/tasks.py	Sun Mar 10 15:03:53 2024 -0700
+++ b/tasks.py	Mon Mar 11 01:37:57 2024 -0700
@@ -5,3 +5,13 @@
 def run(ctx, device="OTA"):
     ctx.run(
         f'pdm run esphome run esp/do-squib-touch-lcd.yaml --device {device}')
+
+
+@task()
+def lcd_simulator(ctx):
+    ctx.run('pdm run python lcd_simulator.py')
+
+
+@task()
+def web_to_mqtt(ctx):
+    ctx.run('pdm run python web_to_mqtt.py')