This commit is contained in:
2026-08-23 20:16:17 +02:00
parent 6efdd836a6
commit 0e8847a134
8 changed files with 18813 additions and 104 deletions
Regular → Executable
+2 -2
View File
@@ -17,7 +17,7 @@ from pathlib import Path
# === Anpassbare Pfade ===
DEVICE = "/dev/lirc1"
IR_SENDER_DIR = Path("/home/till/IrSender2")
CONFIG_FILE = IR_SENDER_DIR / "config.json" # ggf. anpassen
CONFIG_FILE = IR_SENDER_DIR / "commands.json" # ggf. anpassen
IR_SEND_SCRIPT = IR_SENDER_DIR / "ir_send.py"
CARRIER = 38000
REPEAT = 1
@@ -162,4 +162,4 @@ def main():
print("\nFertig!")
if __name__ == "__main__":
main()
main()