1
0
forked from tanchou/Verilog

Update UART baud rate to 1,000,000 in ESP32 and FPGA modules; adjust example command in connectESP.py

This commit is contained in:
Gamenight77
2025-05-28 14:47:38 +02:00
parent b2d280b4e2
commit 12ce0d38a7
3 changed files with 23 additions and 7 deletions

View File

@@ -24,5 +24,5 @@ def send_bytes(commands):
print("Erreur :", e)
# Exemple d'envoi
commands = [0x02] # Tu peux aussi faire ["0x01", "0x96", "0xA4"]
commands = [0x01]
send_bytes(commands)