This commit is contained in:
2026-08-29 20:35:49 +02:00
parent a8f06b0cfb
commit 636f3d7cfc
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ build: $(BUILD_DIR)/$(TARGET)
.PHONY: run
run: $(BUILD_DIR)/$(TARGET)
# $(BUILD_DIR)/$(TARGET) $(RUN_ARGS)
$(PROJECT_DIR)/delay.sh /dev/video0 30 640x480 25
$(PROJECT_DIR)/delay.sh
.PHONY: submodule-init
submodule-init: