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