This commit is contained in:
2025-07-01 16:51:58 +02:00
commit 52c6c2b2e8
5 changed files with 101 additions and 0 deletions

7
ultrasound/Makefile Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: deploy
deploy:
mpremote fs cp src/* :
.PHONY: run
run: deploy
mpremote exec "import main; main.main()"