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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user