Skip to content

Commit

Permalink
Update commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skeleMortal authored and JohnAZoidberg committed Oct 13, 2024
1 parent db67a86 commit c44040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Simple example in Python:
import serial

def send_command(command_id, parameters, with_response=False):
with serial.Serial("COM4", 115200) as s:
with serial.Serial("/dev/ttyACM0", 115200) as s:
s.write([0x32, 0xAC, command_id] + parameters)

if with_response:
Expand Down

0 comments on commit c44040c

Please sign in to comment.