diff 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
line wrap: on
line diff
--- a/board/tasks.py	Wed Jun 26 22:23:46 2024 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-from invoke import task
-
-
-@task
-def reprogram(ctx):
-    # no OTA on door strike esp32.
-    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)