forked from tanchou/Verilog
vLundi juin
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user