1
0
forked from tanchou/Verilog

vLundi juin

This commit is contained in:
2025-06-02 14:42:40 +02:00
parent 3f3e4fcd6b
commit 3541476e9a
6 changed files with 16 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import socket
import time
# Remplace cette IP par celle affichée par l'ESP32 dans le terminal série
ESP32_IP = "192.168.1.105"
ESP32_IP = "172.20.10.13"
ESP32_PORT = 1234
def send_bytes(commands):