forked from TillRepo/IrSender
update
This commit is contained in:
Regular → Executable
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user