From cb0d6aae4d3589145581d8f6e0ae0469a4ab9d8b Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 9 Dec 2024 11:29:19 +0300 Subject: [PATCH] try usb --- common/arduino.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/arduino.nix b/common/arduino.nix index 6152eb8..6be9e8d 100644 --- a/common/arduino.nix +++ b/common/arduino.nix @@ -10,6 +10,6 @@ ]; services.udev.extraRules = '' - KERNEL=="ttyACM0", MODE="0666" + KERNEL=="ttyUSB0", MODE="0666" ''; }