From 77872d183ba2a188684b2818521e613e83716689 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Fri, 17 Jul 2026 18:44:45 +0200 Subject: [PATCH] Should be final esp ports designation --- deploy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index 0a36e7b..252d9a5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,9 +1,9 @@ #!/bin/bash -# Configuration des ports (À remplacer par tes propres chemins by-id) -# Pour trouver tes chemins, branche tes ESP et tape : ls -l /dev/serial/by-id/ -PORT_ESP_WIFI="/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port1" -PORT_ESP_LORA="/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0" +# Configuration des ports (À remplacer par tes propres chemins by-path) +# Pour trouver tes chemins : ls -l /dev/serial/by-path/ +PORT_ESP_WIFI="/dev/serial/by-path/pci-0000:00:14.0-usbv2-0:6.2:1.0-port0" +PORT_ESP_LORA="/dev/serial/by-path/pci-0000:00:14.0-usbv2-0:6.1:1.0-port0" # Ajoute les autres si besoin... # Configuration Raspberry Pi